This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.vmwarecloudsimple.getDedicatedCloudService
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi
Returns Dedicate Cloud Service 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>
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:
- Dedicated
Cloud stringService Name - dedicated cloud Service name
- Resource
Group stringName - The name of the resource group
- Dedicated
Cloud stringService Name - dedicated cloud Service name
- Resource
Group stringName - The name of the resource group
- dedicated
Cloud StringService Name - dedicated cloud Service name
- resource
Group StringName - The name of the resource group
- dedicated
Cloud stringService Name - dedicated cloud Service name
- resource
Group stringName - The name of the resource group
- dedicated_
cloud_ strservice_ name - dedicated cloud Service name
- resource_
group_ strname - The name of the resource group
- dedicated
Cloud StringService Name - dedicated cloud Service name
- resource
Group StringName - The name of the resource group
getDedicatedCloudService Result
The following output properties are available:
- Gateway
Subnet 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}
- Is
Account stringOnboarded - indicates whether account onboarded or not in a given region
- Location string
- Azure region
- Name string
- {dedicatedCloudServiceName}
- Nodes int
- total nodes purchased
- Service
URL string - link to a service management web portal
- Type string
- {resourceProviderNamespace}/{resourceType}
- Dictionary<string, string>
- The list of tags
- Gateway
Subnet 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}
- Is
Account stringOnboarded - indicates whether account onboarded or not in a given region
- Location string
- Azure region
- Name string
- {dedicatedCloudServiceName}
- Nodes int
- total nodes purchased
- Service
URL string - link to a service management web portal
- Type string
- {resourceProviderNamespace}/{resourceType}
- map[string]string
- The list of tags
- gateway
Subnet 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}
- is
Account StringOnboarded - indicates whether account onboarded or not in a given region
- location String
- Azure region
- name String
- {dedicatedCloudServiceName}
- nodes Integer
- total nodes purchased
- service
URL String - link to a service management web portal
- type String
- {resourceProviderNamespace}/{resourceType}
- Map<String,String>
- The list of tags
- gateway
Subnet 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}
- is
Account stringOnboarded - indicates whether account onboarded or not in a given region
- location string
- Azure region
- name string
- {dedicatedCloudServiceName}
- nodes number
- total nodes purchased
- service
URL 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
- gateway
Subnet 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}
- is
Account StringOnboarded - indicates whether account onboarded or not in a given region
- location String
- Azure region
- name String
- {dedicatedCloudServiceName}
- nodes Number
- total nodes purchased
- service
URL String - link to a service management web portal
- type String
- {resourceProviderNamespace}/{resourceType}
- 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 v1 docs if using the v1 version of this package.
Azure Native v2.47.1 published on Monday, Jun 24, 2024 by Pulumi