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.storsimple.getManager
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 the properties of the specified manager name. API Version: 2017-06-01.
Using getManager
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 getManager(args: GetManagerArgs, opts?: InvokeOptions): Promise<GetManagerResult>
function getManagerOutput(args: GetManagerOutputArgs, opts?: InvokeOptions): Output<GetManagerResult>
def get_manager(manager_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagerResult
def get_manager_output(manager_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagerResult]
func LookupManager(ctx *Context, args *LookupManagerArgs, opts ...InvokeOption) (*LookupManagerResult, error)
func LookupManagerOutput(ctx *Context, args *LookupManagerOutputArgs, opts ...InvokeOption) LookupManagerResultOutput
> Note: This function is named LookupManager
in the Go SDK.
public static class GetManager
{
public static Task<GetManagerResult> InvokeAsync(GetManagerArgs args, InvokeOptions? opts = null)
public static Output<GetManagerResult> Invoke(GetManagerInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetManagerResult> getManager(GetManagerArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:storsimple:getManager
arguments:
# arguments dictionary
The following arguments are supported:
- Manager
Name string - The manager name
- Resource
Group stringName - The resource group name
- Manager
Name string - The manager name
- Resource
Group stringName - The resource group name
- manager
Name String - The manager name
- resource
Group StringName - The resource group name
- manager
Name string - The manager name
- resource
Group stringName - The resource group name
- manager_
name str - The manager name
- resource_
group_ strname - The resource group name
- manager
Name String - The manager name
- resource
Group StringName - The resource group name
getManager Result
The following output properties are available:
- Id string
- The resource ID.
- Location string
- The geo location of the resource.
- Name string
- The resource name.
- Type string
- The resource type.
- Cis
Intrinsic Pulumi.Settings Azure Native. Stor Simple. Outputs. Manager Intrinsic Settings Response - Represents the type of StorSimple Manager.
- Etag string
- The etag of the manager.
- Provisioning
State string - Specifies the state of the resource as it is getting provisioned. Value of "Succeeded" means the Manager was successfully created.
- Sku
Pulumi.
Azure Native. Stor Simple. Outputs. Manager Sku Response - Specifies the Sku.
- Dictionary<string, string>
- The tags attached to the resource.
- Id string
- The resource ID.
- Location string
- The geo location of the resource.
- Name string
- The resource name.
- Type string
- The resource type.
- Cis
Intrinsic ManagerSettings Intrinsic Settings Response - Represents the type of StorSimple Manager.
- Etag string
- The etag of the manager.
- Provisioning
State string - Specifies the state of the resource as it is getting provisioned. Value of "Succeeded" means the Manager was successfully created.
- Sku
Manager
Sku Response - Specifies the Sku.
- map[string]string
- The tags attached to the resource.
- id String
- The resource ID.
- location String
- The geo location of the resource.
- name String
- The resource name.
- type String
- The resource type.
- cis
Intrinsic ManagerSettings Intrinsic Settings Response - Represents the type of StorSimple Manager.
- etag String
- The etag of the manager.
- provisioning
State String - Specifies the state of the resource as it is getting provisioned. Value of "Succeeded" means the Manager was successfully created.
- sku
Manager
Sku Response - Specifies the Sku.
- Map<String,String>
- The tags attached to the resource.
- id string
- The resource ID.
- location string
- The geo location of the resource.
- name string
- The resource name.
- type string
- The resource type.
- cis
Intrinsic ManagerSettings Intrinsic Settings Response - Represents the type of StorSimple Manager.
- etag string
- The etag of the manager.
- provisioning
State string - Specifies the state of the resource as it is getting provisioned. Value of "Succeeded" means the Manager was successfully created.
- sku
Manager
Sku Response - Specifies the Sku.
- {[key: string]: string}
- The tags attached to the resource.
- id str
- The resource ID.
- location str
- The geo location of the resource.
- name str
- The resource name.
- type str
- The resource type.
- cis_
intrinsic_ Managersettings Intrinsic Settings Response - Represents the type of StorSimple Manager.
- etag str
- The etag of the manager.
- provisioning_
state str - Specifies the state of the resource as it is getting provisioned. Value of "Succeeded" means the Manager was successfully created.
- sku
Manager
Sku Response - Specifies the Sku.
- Mapping[str, str]
- The tags attached to the resource.
- id String
- The resource ID.
- location String
- The geo location of the resource.
- name String
- The resource name.
- type String
- The resource type.
- cis
Intrinsic Property MapSettings - Represents the type of StorSimple Manager.
- etag String
- The etag of the manager.
- provisioning
State String - Specifies the state of the resource as it is getting provisioned. Value of "Succeeded" means the Manager was successfully created.
- sku Property Map
- Specifies the Sku.
- Map<String>
- The tags attached to the resource.
Supporting Types
ManagerIntrinsicSettingsResponse
- Type string
- The type of StorSimple Manager.
- Type string
- The type of StorSimple Manager.
- type String
- The type of StorSimple Manager.
- type string
- The type of StorSimple Manager.
- type str
- The type of StorSimple Manager.
- type String
- The type of StorSimple Manager.
ManagerSkuResponse
- Name string
- Refers to the sku name which should be "Standard"
- Name string
- Refers to the sku name which should be "Standard"
- name String
- Refers to the sku name which should be "Standard"
- name string
- Refers to the sku name which should be "Standard"
- name str
- Refers to the sku name which should be "Standard"
- name String
- Refers to the sku name which should be "Standard"
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