azure-native-v2.delegatednetwork.DelegatedSubnetServiceDetails
Explore with Pulumi AI
Represents an instance of a orchestrator. Azure REST API version: 2021-03-15. Prior API version in Azure Native 1.x: 2021-03-15.
Other available API versions: 2023-05-18-preview, 2023-06-27-preview.
Create DelegatedSubnetServiceDetails Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DelegatedSubnetServiceDetails(name: string, args: DelegatedSubnetServiceDetailsArgs, opts?: CustomResourceOptions);
@overload
def DelegatedSubnetServiceDetails(resource_name: str,
args: DelegatedSubnetServiceDetailsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DelegatedSubnetServiceDetails(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
controller_details: Optional[ControllerDetailsArgs] = None,
location: Optional[str] = None,
resource_name_: Optional[str] = None,
subnet_details: Optional[SubnetDetailsArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewDelegatedSubnetServiceDetails(ctx *Context, name string, args DelegatedSubnetServiceDetailsArgs, opts ...ResourceOption) (*DelegatedSubnetServiceDetails, error)
public DelegatedSubnetServiceDetails(string name, DelegatedSubnetServiceDetailsArgs args, CustomResourceOptions? opts = null)
public DelegatedSubnetServiceDetails(String name, DelegatedSubnetServiceDetailsArgs args)
public DelegatedSubnetServiceDetails(String name, DelegatedSubnetServiceDetailsArgs args, CustomResourceOptions options)
type: azure-native:delegatednetwork:DelegatedSubnetServiceDetails
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. DelegatedSubnetServiceDetailsArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. DelegatedSubnetServiceDetailsArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. DelegatedSubnetServiceDetailsArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. DelegatedSubnetServiceDetailsArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. DelegatedSubnetServiceDetailsArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var delegatedSubnetServiceDetailsResource = new AzureNative.Delegatednetwork.DelegatedSubnetServiceDetails("delegatedSubnetServiceDetailsResource", new()
{
ResourceGroupName = "string",
ControllerDetails =
{
{ "id", "string" },
},
Location = "string",
ResourceName = "string",
SubnetDetails =
{
{ "id", "string" },
},
Tags =
{
{ "string", "string" },
},
});
example, err := delegatednetwork.NewDelegatedSubnetServiceDetails(ctx, "delegatedSubnetServiceDetailsResource", &delegatednetwork.DelegatedSubnetServiceDetailsArgs{
ResourceGroupName: "string",
ControllerDetails: map[string]interface{}{
"id": "string",
},
Location: "string",
ResourceName: "string",
SubnetDetails: map[string]interface{}{
"id": "string",
},
Tags: map[string]interface{}{
"string": "string",
},
})
var delegatedSubnetServiceDetailsResource = new DelegatedSubnetServiceDetails("delegatedSubnetServiceDetailsResource", DelegatedSubnetServiceDetailsArgs.builder()
.resourceGroupName("string")
.controllerDetails(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.location("string")
.resourceName("string")
.subnetDetails(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
delegated_subnet_service_details_resource = azure_native.delegatednetwork.DelegatedSubnetServiceDetails("delegatedSubnetServiceDetailsResource",
resource_group_name=string,
controller_details={
id: string,
},
location=string,
resource_name_=string,
subnet_details={
id: string,
},
tags={
string: string,
})
const delegatedSubnetServiceDetailsResource = new azure_native.delegatednetwork.DelegatedSubnetServiceDetails("delegatedSubnetServiceDetailsResource", {
resourceGroupName: "string",
controllerDetails: {
id: "string",
},
location: "string",
resourceName: "string",
subnetDetails: {
id: "string",
},
tags: {
string: "string",
},
});
type: azure-native:delegatednetwork:DelegatedSubnetServiceDetails
properties:
controllerDetails:
id: string
location: string
resourceGroupName: string
resourceName: string
subnetDetails:
id: string
tags:
string: string
DelegatedSubnetServiceDetails Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The DelegatedSubnetServiceDetails resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Controller
Details Pulumi.Azure Native. Delegated Network. Inputs. Controller Details - Properties of the controller.
- Location string
- Location of the resource.
- Resource
Name Changes to this property will trigger replacement.
- The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
- Subnet
Details Pulumi.Azure Native. Delegated Network. Inputs. Subnet Details - subnet details
- Dictionary<string, string>
- The resource tags.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- Controller
Details ControllerDetails Type Args - Properties of the controller.
- Location string
- Location of the resource.
- Resource
Name Changes to this property will trigger replacement.
- The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
- Subnet
Details SubnetDetails Args - subnet details
- map[string]string
- The resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- controller
Details ControllerDetails - Properties of the controller.
- location String
- Location of the resource.
- resource
Name Changes to this property will trigger replacement.
- The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
- subnet
Details SubnetDetails - subnet details
- Map<String,String>
- The resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- controller
Details ControllerDetails - Properties of the controller.
- location string
- Location of the resource.
- resource
Name Changes to this property will trigger replacement.
- The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
- subnet
Details SubnetDetails - subnet details
- {[key: string]: string}
- The resource tags.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- controller_
details ControllerDetails Args - Properties of the controller.
- location str
- Location of the resource.
- resource_
name Changes to this property will trigger replacement.
- The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
- subnet_
details SubnetDetails Args - subnet details
- Mapping[str, str]
- The resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group. The name is case insensitive.
- controller
Details Property Map - Properties of the controller.
- location String
- Location of the resource.
- resource
Name Changes to this property will trigger replacement.
- The name of the resource. It must be a minimum of 3 characters, and a maximum of 63.
- subnet
Details Property Map - subnet details
- Map<String>
- The resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the DelegatedSubnetServiceDetails resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource.
- Provisioning
State string - The current state of dnc delegated subnet resource.
- Resource
Guid string - Resource guid.
- Type string
- The type of resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The name of the resource.
- Provisioning
State string - The current state of dnc delegated subnet resource.
- Resource
Guid string - Resource guid.
- Type string
- The type of resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource.
- provisioning
State String - The current state of dnc delegated subnet resource.
- resource
Guid String - Resource guid.
- type String
- The type of resource.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The name of the resource.
- provisioning
State string - The current state of dnc delegated subnet resource.
- resource
Guid string - Resource guid.
- type string
- The type of resource.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The name of the resource.
- provisioning_
state str - The current state of dnc delegated subnet resource.
- resource_
guid str - Resource guid.
- type str
- The type of resource.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The name of the resource.
- provisioning
State String - The current state of dnc delegated subnet resource.
- resource
Guid String - Resource guid.
- type String
- The type of resource.
Supporting Types
ControllerDetails, ControllerDetailsArgs
- Id string
- controller arm resource id
- Id string
- controller arm resource id
- id String
- controller arm resource id
- id string
- controller arm resource id
- id str
- controller arm resource id
- id String
- controller arm resource id
ControllerDetailsResponse, ControllerDetailsResponseArgs
- Id string
- controller arm resource id
- Id string
- controller arm resource id
- id String
- controller arm resource id
- id string
- controller arm resource id
- id str
- controller arm resource id
- id String
- controller arm resource id
SubnetDetails, SubnetDetailsArgs
- Id string
- subnet arm resource id
- Id string
- subnet arm resource id
- id String
- subnet arm resource id
- id string
- subnet arm resource id
- id str
- subnet arm resource id
- id String
- subnet arm resource id
SubnetDetailsResponse, SubnetDetailsResponseArgs
- Id string
- subnet arm resource id
- Id string
- subnet arm resource id
- id String
- subnet arm resource id
- id string
- subnet arm resource id
- id str
- subnet arm resource id
- id String
- subnet arm resource id
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:delegatednetwork:DelegatedSubnetServiceDetails delegated1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DelegatedNetwork/delegatedSubnets/{resourceName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0