1. Packages
  2. Azure Native
  3. API Docs
  4. vmwarecloudsimple
  5. getDedicatedCloudService
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

azure-native.vmwarecloudsimple.getDedicatedCloudService

Explore with Pulumi AI

This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi

Returns Dedicate Cloud Service

Uses Azure REST 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>
Copy
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]
Copy
func LookupDedicatedCloudService(ctx *Context, args *LookupDedicatedCloudServiceArgs, opts ...InvokeOption) (*LookupDedicatedCloudServiceResult, error)
func LookupDedicatedCloudServiceOutput(ctx *Context, args *LookupDedicatedCloudServiceOutputArgs, opts ...InvokeOption) LookupDedicatedCloudServiceResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetDedicatedCloudServiceResult> getDedicatedCloudService(GetDedicatedCloudServiceArgs args, InvokeOptions options)
public static Output<GetDedicatedCloudServiceResult> getDedicatedCloudService(GetDedicatedCloudServiceArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: azure-native:vmwarecloudsimple:getDedicatedCloudService
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DedicatedCloudServiceName
This property is required.
Changes to this property will trigger replacement.
string
dedicated cloud Service name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group
DedicatedCloudServiceName
This property is required.
Changes to this property will trigger replacement.
string
dedicated cloud Service name
ResourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group
dedicatedCloudServiceName
This property is required.
Changes to this property will trigger replacement.
String
dedicated cloud Service name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group
dedicatedCloudServiceName
This property is required.
Changes to this property will trigger replacement.
string
dedicated cloud Service name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
string
The name of the resource group
dedicated_cloud_service_name
This property is required.
Changes to this property will trigger replacement.
str
dedicated cloud Service name
resource_group_name
This property is required.
Changes to this property will trigger replacement.
str
The name of the resource group
dedicatedCloudServiceName
This property is required.
Changes to this property will trigger replacement.
String
dedicated cloud Service name
resourceGroupName
This property is required.
Changes to this property will trigger replacement.
String
The name of the resource group

getDedicatedCloudService Result

The following output properties are available:

AzureApiVersion string
The Azure API version of the resource.
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}
IsAccountOnboarded string
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}
Tags Dictionary<string, string>
The list of tags
AzureApiVersion string
The Azure API version of the resource.
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}
IsAccountOnboarded string
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}
Tags map[string]string
The list of tags
azureApiVersion String
The Azure API version of the resource.
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}
isAccountOnboarded String
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}
tags Map<String,String>
The list of tags
azureApiVersion string
The Azure API version of the resource.
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}
isAccountOnboarded string
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}
tags {[key: string]: string}
The list of tags
azure_api_version str
The Azure API version of the resource.
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_onboarded str
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}
tags Mapping[str, str]
The list of tags
azureApiVersion String
The Azure API version of the resource.
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}
isAccountOnboarded String
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}
tags Map<String>
The list of tags

Package Details

Repository
Azure Native pulumi/pulumi-azure-native
License
Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.2.0 published on Monday, Apr 14, 2025 by Pulumi