Пример #1
0
 internal CSIDriver(string name, ImmutableDictionary <string, object?> dictionary, CustomResourceOptions?options = null)
     : base("kubernetes:storage.k8s.io/v1:CSIDriver", name, dictionary, options)
 {
 }
Пример #2
0
 /// <summary>
 /// Create a AuthBackendRole resource with the given unique name, arguments, and options.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resource</param>
 /// <param name="args">The arguments used to populate this resource's properties</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public AuthBackendRole(string name, AuthBackendRoleArgs args, CustomResourceOptions?options = null)
     : base("vault:azure/authBackendRole:AuthBackendRole", name, args ?? ResourceArgs.Empty, MakeResourceOptions(options, ""))
 {
 }
Пример #3
0
 /// <summary>
 /// Get an existing AuthBackendRole resource's state with the given name, ID, and optional extra
 /// properties used to qualify the lookup.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resulting resource.</param>
 /// <param name="id">The unique provider ID of the resource to lookup.</param>
 /// <param name="state">Any extra arguments used during the lookup.</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public static AuthBackendRole Get(string name, Input <string> id, AuthBackendRoleState?state = null, CustomResourceOptions?options = null)
 {
     return(new AuthBackendRole(name, id, state, options));
 }
Пример #4
0
 /// <summary>
 /// Get an existing JobTargetGroup resource's state with the given name, ID, and optional extra
 /// properties used to qualify the lookup.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resulting resource.</param>
 /// <param name="id">The unique provider ID of the resource to lookup.</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public static JobTargetGroup Get(string name, Input <string> id, CustomResourceOptions?options = null)
 {
     return(new JobTargetGroup(name, id, options));
 }
Пример #5
0
 private PolicyAssignment(string name, Input <string> id, CustomResourceOptions?options = null)
     : base("azure-nextgen:authorization/v20190101:PolicyAssignment", name, null, MakeResourceOptions(options, id))
 {
 }
Пример #6
0
 /// <summary>
 /// Create a ARecord resource with the given unique name, arguments, and options.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resource</param>
 /// <param name="args">The arguments used to populate this resource's properties</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public ARecord(string name, ARecordArgs args, CustomResourceOptions?options = null)
     : base("azure:dns/aRecord:ARecord", name, args ?? new ARecordArgs(), MakeResourceOptions(options, ""))
 {
 }
Пример #7
0
 /// <summary>
 /// Create a JobTargetGroup resource with the given unique name, arguments, and options.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resource</param>
 /// <param name="args">The arguments used to populate this resource's properties</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public JobTargetGroup(string name, JobTargetGroupArgs args, CustomResourceOptions?options = null)
     : base("azure-nextgen:sql/v20170301preview:JobTargetGroup", name, args ?? new JobTargetGroupArgs(), MakeResourceOptions(options, ""))
 {
 }
Пример #8
0
 /// <summary>
 /// Get an existing Credential resource's state with the given name, ID, and optional extra
 /// properties used to qualify the lookup.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resulting resource.</param>
 /// <param name="id">The unique provider ID of the resource to lookup.</param>
 /// <param name="state">Any extra arguments used during the lookup.</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public static Credential Get(string name, Input <string> id, CredentialState?state = null, CustomResourceOptions?options = null)
 {
     return(new Credential(name, id, state, options));
 }
Пример #9
0
 /// <summary>
 /// Create a NetworkPacketCapture resource with the given unique name, arguments, and options.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resource</param>
 /// <param name="args">The arguments used to populate this resource's properties</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public NetworkPacketCapture(string name, NetworkPacketCaptureArgs args, CustomResourceOptions?options = null)
     : base("azure:network/networkPacketCapture:NetworkPacketCapture", name, args ?? new NetworkPacketCaptureArgs(), MakeResourceOptions(options, ""))
 {
 }
Пример #10
0
 /// <summary>
 /// Create a Credential resource with the given unique name, arguments, and options.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resource</param>
 /// <param name="args">The arguments used to populate this resource's properties</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public Credential(string name, CredentialArgs args, CustomResourceOptions?options = null)
     : base("azure:automation/credential:Credential", name, args ?? new CredentialArgs(), MakeResourceOptions(options, ""))
 {
 }
Пример #11
0
 private Credential(string name, Input <string> id, CredentialState?state = null, CustomResourceOptions?options = null)
     : base("azure:automation/credential:Credential", name, state, MakeResourceOptions(options, id))
 {
 }
Пример #12
0
 /// <summary>
 /// Get an existing Service resource's state with the given name, ID, and optional extra
 /// properties used to qualify the lookup.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resulting resource.</param>
 /// <param name="id">The unique provider ID of the resource to lookup.</param>
 /// <param name="state">Any extra arguments used during the lookup.</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public static Service Get(string name, Input <string> id, ServiceState?state = null, CustomResourceOptions?options = null)
 {
     return(new Service(name, id, state, options));
 }
Пример #13
0
 private Service(string name, Input <string> id, ServiceState?state = null, CustomResourceOptions?options = null)
     : base("azure:domainservices/service:Service", name, state, MakeResourceOptions(options, id))
 {
 }
Пример #14
0
 /// <summary>
 /// Create a Service resource with the given unique name, arguments, and options.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resource</param>
 /// <param name="args">The arguments used to populate this resource's properties</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public Service(string name, ServiceArgs args, CustomResourceOptions?options = null)
     : base("azure:domainservices/service:Service", name, args ?? new ServiceArgs(), MakeResourceOptions(options, ""))
 {
 }
Пример #15
0
 /// <summary>
 /// Get an existing ContentLibrary resource's state with the given name, ID, and optional extra
 /// properties used to qualify the lookup.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resulting resource.</param>
 /// <param name="id">The unique provider ID of the resource to lookup.</param>
 /// <param name="state">Any extra arguments used during the lookup.</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public static ContentLibrary Get(string name, Input <string> id, ContentLibraryState?state = null, CustomResourceOptions?options = null)
 {
     return(new ContentLibrary(name, id, state, options));
 }
Пример #16
0
 private NetworkPacketCapture(string name, Input <string> id, NetworkPacketCaptureState?state = null, CustomResourceOptions?options = null)
     : base("azure:network/networkPacketCapture:NetworkPacketCapture", name, state, MakeResourceOptions(options, id))
 {
 }
Пример #17
0
 /// <summary>
 /// Get an existing ARecord resource's state with the given name, ID, and optional extra
 /// properties used to qualify the lookup.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resulting resource.</param>
 /// <param name="id">The unique provider ID of the resource to lookup.</param>
 /// <param name="state">Any extra arguments used during the lookup.</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public static ARecord Get(string name, Input <string> id, ARecordState?state = null, CustomResourceOptions?options = null)
 {
     return(new ARecord(name, id, state, options));
 }
Пример #18
0
 /// <summary>
 /// Get an existing NetworkPacketCapture resource's state with the given name, ID, and optional extra
 /// properties used to qualify the lookup.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resulting resource.</param>
 /// <param name="id">The unique provider ID of the resource to lookup.</param>
 /// <param name="state">Any extra arguments used during the lookup.</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public static NetworkPacketCapture Get(string name, Input <string> id, NetworkPacketCaptureState?state = null, CustomResourceOptions?options = null)
 {
     return(new NetworkPacketCapture(name, id, state, options));
 }
Пример #19
0
 private ARecord(string name, Input <string> id, ARecordState?state = null, CustomResourceOptions?options = null)
     : base("azure:dns/aRecord:ARecord", name, state, MakeResourceOptions(options, id))
 {
 }
Пример #20
0
 /// <summary>
 /// Get an existing PrivateEndpointConnection resource's state with the given name, ID, and optional extra
 /// properties used to qualify the lookup.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resulting resource.</param>
 /// <param name="id">The unique provider ID of the resource to lookup.</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public static PrivateEndpointConnection Get(string name, Input <string> id, CustomResourceOptions?options = null)
 {
     return(new PrivateEndpointConnection(name, id, options));
 }
Пример #21
0
 private JobTargetGroup(string name, Input <string> id, CustomResourceOptions?options = null)
     : base("azure-nextgen:sql/v20170301preview:JobTargetGroup", name, null, MakeResourceOptions(options, id))
 {
 }
Пример #22
0
 /// <summary>
 /// Create a PrivateEndpointConnection resource with the given unique name, arguments, and options.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resource</param>
 /// <param name="args">The arguments used to populate this resource's properties</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public PrivateEndpointConnection(string name, PrivateEndpointConnectionArgs args, CustomResourceOptions?options = null)
     : base("azure-nextgen:cache/latest:PrivateEndpointConnection", name, args ?? new PrivateEndpointConnectionArgs(), MakeResourceOptions(options, ""))
 {
 }
Пример #23
0
 /// <summary>
 /// Create a PolicyAssignment resource with the given unique name, arguments, and options.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resource</param>
 /// <param name="args">The arguments used to populate this resource's properties</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public PolicyAssignment(string name, PolicyAssignmentArgs args, CustomResourceOptions?options = null)
     : base("azure-nextgen:authorization/v20190101:PolicyAssignment", name, args ?? new PolicyAssignmentArgs(), MakeResourceOptions(options, ""))
 {
 }
Пример #24
0
 private PrivateEndpointConnection(string name, Input <string> id, CustomResourceOptions?options = null)
     : base("azure-nextgen:cache/latest:PrivateEndpointConnection", name, null, MakeResourceOptions(options, id))
 {
 }
Пример #25
0
 /// <summary>
 /// Get an existing PolicyAssignment resource's state with the given name, ID, and optional extra
 /// properties used to qualify the lookup.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resulting resource.</param>
 /// <param name="id">The unique provider ID of the resource to lookup.</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public static PolicyAssignment Get(string name, Input <string> id, CustomResourceOptions?options = null)
 {
     return(new PolicyAssignment(name, id, options));
 }
Пример #26
0
 /// <summary>
 /// Create a ContentLibrary resource with the given unique name, arguments, and options.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resource</param>
 /// <param name="args">The arguments used to populate this resource's properties</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public ContentLibrary(string name, ContentLibraryArgs args, CustomResourceOptions?options = null)
     : base("vsphere:index/contentLibrary:ContentLibrary", name, args ?? new ContentLibraryArgs(), MakeResourceOptions(options, ""))
 {
 }
Пример #27
0
 private AuthBackendRole(string name, Input <string> id, AuthBackendRoleState?state = null, CustomResourceOptions?options = null)
     : base("vault:azure/authBackendRole:AuthBackendRole", name, state, MakeResourceOptions(options, id))
 {
 }
Пример #28
0
 private ContentLibrary(string name, Input <string> id, ContentLibraryState?state = null, CustomResourceOptions?options = null)
     : base("vsphere:index/contentLibrary:ContentLibrary", name, state, MakeResourceOptions(options, id))
 {
 }
Пример #29
0
 /// <summary>
 /// Get an existing IotDpsResource resource's state with the given name, ID, and optional extra
 /// properties used to qualify the lookup.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resulting resource.</param>
 /// <param name="id">The unique provider ID of the resource to lookup.</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public static IotDpsResource Get(string name, Input <string> id, CustomResourceOptions?options = null)
 {
     return(new IotDpsResource(name, id, options));
 }
Пример #30
0
 /// <summary>
 /// Create a CSIDriver resource with the given unique name, arguments, and options.
 /// </summary>
 /// <param name="name">The unique name of the resource</param>
 /// <param name="args">The arguments used to populate this resource's properties</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public CSIDriver(string name, Types.Inputs.Storage.V1.CSIDriverArgs?args = null, CustomResourceOptions?options = null)
     : base("kubernetes:storage.k8s.io/v1:CSIDriver", name, SetAPIKindAndVersion(args), MakeOptions(options))
 {
 }