These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.vmwarecloudsimple.getDedicatedCloudService
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Returns Dedicate Cloud Service API Version: 2019-04-01.
Using getDedicatedCloudService
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getDedicatedCloudService(args: GetDedicatedCloudServiceArgs, opts?: InvokeOptions): Promise<GetDedicatedCloudServiceResult>
function getDedicatedCloudServiceOutput(args: GetDedicatedCloudServiceOutputArgs, opts?: InvokeOptions): Output<GetDedicatedCloudServiceResult>def get_dedicated_cloud_service(dedicated_cloud_service_name: Optional[str] = None,
                                resource_group_name: Optional[str] = None,
                                opts: Optional[InvokeOptions] = None) -> GetDedicatedCloudServiceResult
def get_dedicated_cloud_service_output(dedicated_cloud_service_name: Optional[pulumi.Input[str]] = None,
                                resource_group_name: Optional[pulumi.Input[str]] = None,
                                opts: Optional[InvokeOptions] = None) -> Output[GetDedicatedCloudServiceResult]func LookupDedicatedCloudService(ctx *Context, args *LookupDedicatedCloudServiceArgs, opts ...InvokeOption) (*LookupDedicatedCloudServiceResult, error)
func LookupDedicatedCloudServiceOutput(ctx *Context, args *LookupDedicatedCloudServiceOutputArgs, opts ...InvokeOption) LookupDedicatedCloudServiceResultOutput> Note: This function is named LookupDedicatedCloudService in the Go SDK.
public static class GetDedicatedCloudService 
{
    public static Task<GetDedicatedCloudServiceResult> InvokeAsync(GetDedicatedCloudServiceArgs args, InvokeOptions? opts = null)
    public static Output<GetDedicatedCloudServiceResult> Invoke(GetDedicatedCloudServiceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDedicatedCloudServiceResult> getDedicatedCloudService(GetDedicatedCloudServiceArgs args, InvokeOptions options)
public static Output<GetDedicatedCloudServiceResult> getDedicatedCloudService(GetDedicatedCloudServiceArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:vmwarecloudsimple:getDedicatedCloudService
  arguments:
    # arguments dictionaryThe following arguments are supported:
- DedicatedCloud stringService Name 
- dedicated cloud Service name
- ResourceGroup stringName 
- The name of the resource group
- DedicatedCloud stringService Name 
- dedicated cloud Service name
- ResourceGroup stringName 
- The name of the resource group
- dedicatedCloud StringService Name 
- dedicated cloud Service name
- resourceGroup StringName 
- The name of the resource group
- dedicatedCloud stringService Name 
- dedicated cloud Service name
- resourceGroup stringName 
- The name of the resource group
- dedicated_cloud_ strservice_ name 
- dedicated cloud Service name
- resource_group_ strname 
- The name of the resource group
- dedicatedCloud StringService Name 
- dedicated cloud Service name
- resourceGroup StringName 
- The name of the resource group
getDedicatedCloudService Result
The following output properties are available:
- GatewaySubnet string
- gateway Subnet for the account. It will collect the subnet address and always treat it as /28
- Id string
- /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudServices/{dedicatedCloudServiceName}
- IsAccount stringOnboarded 
- indicates whether account onboarded or not in a given region
- Location string
- Azure region
- Name string
- {dedicatedCloudServiceName}
- Nodes int
- total nodes purchased
- ServiceURL string
- link to a service management web portal
- Type string
- {resourceProviderNamespace}/{resourceType}
- Dictionary<string, string>
- The list of tags
- GatewaySubnet string
- gateway Subnet for the account. It will collect the subnet address and always treat it as /28
- Id string
- /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudServices/{dedicatedCloudServiceName}
- IsAccount stringOnboarded 
- indicates whether account onboarded or not in a given region
- Location string
- Azure region
- Name string
- {dedicatedCloudServiceName}
- Nodes int
- total nodes purchased
- ServiceURL string
- link to a service management web portal
- Type string
- {resourceProviderNamespace}/{resourceType}
- map[string]string
- The list of tags
- gatewaySubnet String
- gateway Subnet for the account. It will collect the subnet address and always treat it as /28
- id String
- /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudServices/{dedicatedCloudServiceName}
- isAccount StringOnboarded 
- indicates whether account onboarded or not in a given region
- location String
- Azure region
- name String
- {dedicatedCloudServiceName}
- nodes Integer
- total nodes purchased
- serviceURL String
- link to a service management web portal
- type String
- {resourceProviderNamespace}/{resourceType}
- Map<String,String>
- The list of tags
- gatewaySubnet string
- gateway Subnet for the account. It will collect the subnet address and always treat it as /28
- id string
- /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudServices/{dedicatedCloudServiceName}
- isAccount stringOnboarded 
- indicates whether account onboarded or not in a given region
- location string
- Azure region
- name string
- {dedicatedCloudServiceName}
- nodes number
- total nodes purchased
- serviceURL string
- link to a service management web portal
- type string
- {resourceProviderNamespace}/{resourceType}
- {[key: string]: string}
- The list of tags
- gateway_subnet str
- gateway Subnet for the account. It will collect the subnet address and always treat it as /28
- id str
- /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudServices/{dedicatedCloudServiceName}
- is_account_ stronboarded 
- indicates whether account onboarded or not in a given region
- location str
- Azure region
- name str
- {dedicatedCloudServiceName}
- nodes int
- total nodes purchased
- service_url str
- link to a service management web portal
- type str
- {resourceProviderNamespace}/{resourceType}
- Mapping[str, str]
- The list of tags
- gatewaySubnet String
- gateway Subnet for the account. It will collect the subnet address and always treat it as /28
- id String
- /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/dedicatedCloudServices/{dedicatedCloudServiceName}
- isAccount StringOnboarded 
- indicates whether account onboarded or not in a given region
- location String
- Azure region
- name String
- {dedicatedCloudServiceName}
- nodes Number
- total nodes purchased
- serviceURL String
- link to a service management web portal
- type String
- {resourceProviderNamespace}/{resourceType}
- Map<String>
- The list of tags
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi