azure-native-v2.vmwarecloudsimple.DedicatedCloudService
Explore with Pulumi AI
Dedicated cloud service model Azure REST API version: 2019-04-01. Prior API version in Azure Native 1.x: 2019-04-01.
Create DedicatedCloudService Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DedicatedCloudService(name: string, args: DedicatedCloudServiceArgs, opts?: CustomResourceOptions);
@overload
def DedicatedCloudService(resource_name: str,
args: DedicatedCloudServiceArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DedicatedCloudService(resource_name: str,
opts: Optional[ResourceOptions] = None,
gateway_subnet: Optional[str] = None,
resource_group_name: Optional[str] = None,
dedicated_cloud_service_name: Optional[str] = None,
location: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewDedicatedCloudService(ctx *Context, name string, args DedicatedCloudServiceArgs, opts ...ResourceOption) (*DedicatedCloudService, error)
public DedicatedCloudService(string name, DedicatedCloudServiceArgs args, CustomResourceOptions? opts = null)
public DedicatedCloudService(String name, DedicatedCloudServiceArgs args)
public DedicatedCloudService(String name, DedicatedCloudServiceArgs args, CustomResourceOptions options)
type: azure-native:vmwarecloudsimple:DedicatedCloudService
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. DedicatedCloudServiceArgs - 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. DedicatedCloudServiceArgs - 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. DedicatedCloudServiceArgs - 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. DedicatedCloudServiceArgs - 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. DedicatedCloudServiceArgs - 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 dedicatedCloudServiceResource = new AzureNative.Vmwarecloudsimple.DedicatedCloudService("dedicatedCloudServiceResource", new()
{
GatewaySubnet = "string",
ResourceGroupName = "string",
DedicatedCloudServiceName = "string",
Location = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := vmwarecloudsimple.NewDedicatedCloudService(ctx, "dedicatedCloudServiceResource", &vmwarecloudsimple.DedicatedCloudServiceArgs{
GatewaySubnet: "string",
ResourceGroupName: "string",
DedicatedCloudServiceName: "string",
Location: "string",
Tags: map[string]interface{}{
"string": "string",
},
})
var dedicatedCloudServiceResource = new DedicatedCloudService("dedicatedCloudServiceResource", DedicatedCloudServiceArgs.builder()
.gatewaySubnet("string")
.resourceGroupName("string")
.dedicatedCloudServiceName("string")
.location("string")
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
dedicated_cloud_service_resource = azure_native.vmwarecloudsimple.DedicatedCloudService("dedicatedCloudServiceResource",
gateway_subnet=string,
resource_group_name=string,
dedicated_cloud_service_name=string,
location=string,
tags={
string: string,
})
const dedicatedCloudServiceResource = new azure_native.vmwarecloudsimple.DedicatedCloudService("dedicatedCloudServiceResource", {
gatewaySubnet: "string",
resourceGroupName: "string",
dedicatedCloudServiceName: "string",
location: "string",
tags: {
string: "string",
},
});
type: azure-native:vmwarecloudsimple:DedicatedCloudService
properties:
dedicatedCloudServiceName: string
gatewaySubnet: string
location: string
resourceGroupName: string
tags:
string: string
DedicatedCloudService 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 DedicatedCloudService resource accepts the following input properties:
- Gateway
Subnet This property is required. string - gateway Subnet for the account. It will collect the subnet address and always treat it as /28
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group
- Dedicated
Cloud Service Name Changes to this property will trigger replacement.
- dedicated cloud Service name
- Location
Changes to this property will trigger replacement.
- Azure region
- Dictionary<string, string>
- The list of tags
- Gateway
Subnet This property is required. string - gateway Subnet for the account. It will collect the subnet address and always treat it as /28
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group
- Dedicated
Cloud Service Name Changes to this property will trigger replacement.
- dedicated cloud Service name
- Location
Changes to this property will trigger replacement.
- Azure region
- map[string]string
- The list of tags
- gateway
Subnet This property is required. String - gateway Subnet for the account. It will collect the subnet address and always treat it as /28
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group
- dedicated
Cloud Service Name Changes to this property will trigger replacement.
- dedicated cloud Service name
- location
Changes to this property will trigger replacement.
- Azure region
- Map<String,String>
- The list of tags
- gateway
Subnet This property is required. string - gateway Subnet for the account. It will collect the subnet address and always treat it as /28
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group
- dedicated
Cloud Service Name Changes to this property will trigger replacement.
- dedicated cloud Service name
- location
Changes to this property will trigger replacement.
- Azure region
- {[key: string]: string}
- The list of tags
- gateway_
subnet This property is required. str - gateway Subnet for the account. It will collect the subnet address and always treat it as /28
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group
- dedicated_
cloud_ service_ name Changes to this property will trigger replacement.
- dedicated cloud Service name
- location
Changes to this property will trigger replacement.
- Azure region
- Mapping[str, str]
- The list of tags
- gateway
Subnet This property is required. String - gateway Subnet for the account. It will collect the subnet address and always treat it as /28
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group
- dedicated
Cloud Service Name Changes to this property will trigger replacement.
- dedicated cloud Service name
- location
Changes to this property will trigger replacement.
- Azure region
- Map<String>
- The list of tags
Outputs
All input properties are implicitly available as output properties. Additionally, the DedicatedCloudService resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Account stringOnboarded - indicates whether account onboarded or not in a given region
- Name string
- {dedicatedCloudServiceName}
- Nodes int
- total nodes purchased
- Service
URL string - link to a service management web portal
- Type string
- {resourceProviderNamespace}/{resourceType}
- Id string
- The provider-assigned unique ID for this managed resource.
- Is
Account stringOnboarded - indicates whether account onboarded or not in a given region
- Name string
- {dedicatedCloudServiceName}
- Nodes int
- total nodes purchased
- Service
URL string - link to a service management web portal
- Type string
- {resourceProviderNamespace}/{resourceType}
- id String
- The provider-assigned unique ID for this managed resource.
- is
Account StringOnboarded - indicates whether account onboarded or not in a given region
- name String
- {dedicatedCloudServiceName}
- nodes Integer
- total nodes purchased
- service
URL String - link to a service management web portal
- type String
- {resourceProviderNamespace}/{resourceType}
- id string
- The provider-assigned unique ID for this managed resource.
- is
Account stringOnboarded - indicates whether account onboarded or not in a given region
- name string
- {dedicatedCloudServiceName}
- nodes number
- total nodes purchased
- service
URL string - link to a service management web portal
- type string
- {resourceProviderNamespace}/{resourceType}
- id str
- The provider-assigned unique ID for this managed resource.
- is_
account_ stronboarded - indicates whether account onboarded or not in a given region
- name str
- {dedicatedCloudServiceName}
- nodes int
- total nodes purchased
- service_
url str - link to a service management web portal
- type str
- {resourceProviderNamespace}/{resourceType}
- id String
- The provider-assigned unique ID for this managed resource.
- is
Account StringOnboarded - indicates whether account onboarded or not in a given region
- name String
- {dedicatedCloudServiceName}
- nodes Number
- total nodes purchased
- service
URL String - link to a service management web portal
- type String
- {resourceProviderNamespace}/{resourceType}
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:vmwarecloudsimple:DedicatedCloudService myService /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.VMwareCloudSimple/dedicatedCloudServices/{dedicatedCloudServiceName}
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