azure-native.vmwarecloudsimple.getDedicatedCloudService

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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: azure-native:vmwarecloudsimple:getDedicatedCloudService
  arguments:
    # arguments dictionary

The following arguments are supported:

DedicatedCloudServiceName string

dedicated cloud Service name

ResourceGroupName string

The name of the resource group

DedicatedCloudServiceName string

dedicated cloud Service name

ResourceGroupName string

The name of the resource group

dedicatedCloudServiceName String

dedicated cloud Service name

resourceGroupName String

The name of the resource group

dedicatedCloudServiceName string

dedicated cloud Service name

resourceGroupName string

The name of the resource group

dedicated_cloud_service_name str

dedicated cloud Service name

resource_group_name str

The name of the resource group

dedicatedCloudServiceName String

dedicated cloud Service name

resourceGroupName String

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}

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

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

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

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

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

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