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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi
azure-native.elasticsan.getElasticSan
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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi
Get a ElasticSan.
Uses Azure REST API version 2024-05-01.
Other available API versions: 2021-11-20-preview, 2022-12-01-preview, 2023-01-01, 2024-06-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native elasticsan [ApiVersion]
. See the version guide for details.
Using getElasticSan
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 getElasticSan(args: GetElasticSanArgs, opts?: InvokeOptions): Promise<GetElasticSanResult>
function getElasticSanOutput(args: GetElasticSanOutputArgs, opts?: InvokeOptions): Output<GetElasticSanResult>
def get_elastic_san(elastic_san_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetElasticSanResult
def get_elastic_san_output(elastic_san_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetElasticSanResult]
func LookupElasticSan(ctx *Context, args *LookupElasticSanArgs, opts ...InvokeOption) (*LookupElasticSanResult, error)
func LookupElasticSanOutput(ctx *Context, args *LookupElasticSanOutputArgs, opts ...InvokeOption) LookupElasticSanResultOutput
> Note: This function is named LookupElasticSan
in the Go SDK.
public static class GetElasticSan
{
public static Task<GetElasticSanResult> InvokeAsync(GetElasticSanArgs args, InvokeOptions? opts = null)
public static Output<GetElasticSanResult> Invoke(GetElasticSanInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetElasticSanResult> getElasticSan(GetElasticSanArgs args, InvokeOptions options)
public static Output<GetElasticSanResult> getElasticSan(GetElasticSanArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:elasticsan:getElasticSan
arguments:
# arguments dictionary
The following arguments are supported:
- Elastic
San stringName - The name of the ElasticSan.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Elastic
San stringName - The name of the ElasticSan.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- elastic
San StringName - The name of the ElasticSan.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- elastic
San stringName - The name of the ElasticSan.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- elastic_
san_ strname - The name of the ElasticSan.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- elastic
San StringName - The name of the ElasticSan.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getElasticSan Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Base
Size doubleTi B - Base size of the Elastic San appliance in TiB.
- Extended
Capacity doubleSize Ti B - Extended size of the Elastic San appliance in TiB.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Private
Endpoint List<Pulumi.Connections Azure Native. Elastic San. Outputs. Private Endpoint Connection Response> - The list of Private Endpoint Connections.
- Provisioning
State string - State of the operation on the resource.
- Sku
Pulumi.
Azure Native. Elastic San. Outputs. Sku Response - resource sku
- System
Data Pulumi.Azure Native. Elastic San. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Total
Iops double - Total Provisioned IOPS of the Elastic San appliance.
- Total
MBps double - Total Provisioned MBps Elastic San appliance.
- Total
Size doubleTi B - Total size of the Elastic San appliance in TB.
- Total
Volume doubleSize Gi B - Total size of the provisioned Volumes in GiB.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Volume
Group doubleCount - Total number of volume groups in this Elastic San appliance.
- Availability
Zones List<string> - Logical zone for Elastic San resource; example: ["1"].
- Public
Network stringAccess - Allow or disallow public network access to ElasticSan. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
- Dictionary<string, string>
- Resource tags.
- Azure
Api stringVersion - The Azure API version of the resource.
- Base
Size float64Ti B - Base size of the Elastic San appliance in TiB.
- Extended
Capacity float64Size Ti B - Extended size of the Elastic San appliance in TiB.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Private
Endpoint []PrivateConnections Endpoint Connection Response - The list of Private Endpoint Connections.
- Provisioning
State string - State of the operation on the resource.
- Sku
Sku
Response - resource sku
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Total
Iops float64 - Total Provisioned IOPS of the Elastic San appliance.
- Total
MBps float64 - Total Provisioned MBps Elastic San appliance.
- Total
Size float64Ti B - Total size of the Elastic San appliance in TB.
- Total
Volume float64Size Gi B - Total size of the provisioned Volumes in GiB.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Volume
Group float64Count - Total number of volume groups in this Elastic San appliance.
- Availability
Zones []string - Logical zone for Elastic San resource; example: ["1"].
- Public
Network stringAccess - Allow or disallow public network access to ElasticSan. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
- map[string]string
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- base
Size DoubleTi B - Base size of the Elastic San appliance in TiB.
- extended
Capacity DoubleSize Ti B - Extended size of the Elastic San appliance in TiB.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- private
Endpoint List<PrivateConnections Endpoint Connection Response> - The list of Private Endpoint Connections.
- provisioning
State String - State of the operation on the resource.
- sku
Sku
Response - resource sku
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- total
Iops Double - Total Provisioned IOPS of the Elastic San appliance.
- total
MBps Double - Total Provisioned MBps Elastic San appliance.
- total
Size DoubleTi B - Total size of the Elastic San appliance in TB.
- total
Volume DoubleSize Gi B - Total size of the provisioned Volumes in GiB.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- volume
Group DoubleCount - Total number of volume groups in this Elastic San appliance.
- availability
Zones List<String> - Logical zone for Elastic San resource; example: ["1"].
- public
Network StringAccess - Allow or disallow public network access to ElasticSan. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
- Map<String,String>
- Resource tags.
- azure
Api stringVersion - The Azure API version of the resource.
- base
Size numberTi B - Base size of the Elastic San appliance in TiB.
- extended
Capacity numberSize Ti B - Extended size of the Elastic San appliance in TiB.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- private
Endpoint PrivateConnections Endpoint Connection Response[] - The list of Private Endpoint Connections.
- provisioning
State string - State of the operation on the resource.
- sku
Sku
Response - resource sku
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- total
Iops number - Total Provisioned IOPS of the Elastic San appliance.
- total
MBps number - Total Provisioned MBps Elastic San appliance.
- total
Size numberTi B - Total size of the Elastic San appliance in TB.
- total
Volume numberSize Gi B - Total size of the provisioned Volumes in GiB.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- volume
Group numberCount - Total number of volume groups in this Elastic San appliance.
- availability
Zones string[] - Logical zone for Elastic San resource; example: ["1"].
- public
Network stringAccess - Allow or disallow public network access to ElasticSan. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
- {[key: string]: string}
- Resource tags.
- azure_
api_ strversion - The Azure API version of the resource.
- base_
size_ floatti_ b - Base size of the Elastic San appliance in TiB.
- extended_
capacity_ floatsize_ ti_ b - Extended size of the Elastic San appliance in TiB.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- private_
endpoint_ Sequence[Privateconnections Endpoint Connection Response] - The list of Private Endpoint Connections.
- provisioning_
state str - State of the operation on the resource.
- sku
Sku
Response - resource sku
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- total_
iops float - Total Provisioned IOPS of the Elastic San appliance.
- total_
m_ floatbps - Total Provisioned MBps Elastic San appliance.
- total_
size_ floatti_ b - Total size of the Elastic San appliance in TB.
- total_
volume_ floatsize_ gi_ b - Total size of the provisioned Volumes in GiB.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- volume_
group_ floatcount - Total number of volume groups in this Elastic San appliance.
- availability_
zones Sequence[str] - Logical zone for Elastic San resource; example: ["1"].
- public_
network_ straccess - Allow or disallow public network access to ElasticSan. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
- Mapping[str, str]
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- base
Size NumberTi B - Base size of the Elastic San appliance in TiB.
- extended
Capacity NumberSize Ti B - Extended size of the Elastic San appliance in TiB.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- private
Endpoint List<Property Map>Connections - The list of Private Endpoint Connections.
- provisioning
State String - State of the operation on the resource.
- sku Property Map
- resource sku
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- total
Iops Number - Total Provisioned IOPS of the Elastic San appliance.
- total
MBps Number - Total Provisioned MBps Elastic San appliance.
- total
Size NumberTi B - Total size of the Elastic San appliance in TB.
- total
Volume NumberSize Gi B - Total size of the provisioned Volumes in GiB.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- volume
Group NumberCount - Total number of volume groups in this Elastic San appliance.
- availability
Zones List<String> - Logical zone for Elastic San resource; example: ["1"].
- public
Network StringAccess - Allow or disallow public network access to ElasticSan. Value is optional but if passed in, must be 'Enabled' or 'Disabled'.
- Map<String>
- Resource tags.
Supporting Types
PrivateEndpointConnectionResponse
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Private
Link Pulumi.Service Connection State Azure Native. Elastic San. Inputs. Private Link Service Connection State Response - Private Link Service Connection State.
- Provisioning
State string - Provisioning State of Private Endpoint connection resource
- System
Data Pulumi.Azure Native. Elastic San. Inputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Group
Ids List<string> - List of resources private endpoint is mapped
- Private
Endpoint Pulumi.Azure Native. Elastic San. Inputs. Private Endpoint Response - Private Endpoint resource
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Name string
- The name of the resource
- Private
Link PrivateService Connection State Link Service Connection State Response - Private Link Service Connection State.
- Provisioning
State string - Provisioning State of Private Endpoint connection resource
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Group
Ids []string - List of resources private endpoint is mapped
- Private
Endpoint PrivateEndpoint Response - Private Endpoint resource
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- private
Link PrivateService Connection State Link Service Connection State Response - Private Link Service Connection State.
- provisioning
State String - Provisioning State of Private Endpoint connection resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group
Ids List<String> - List of resources private endpoint is mapped
- private
Endpoint PrivateEndpoint Response - Private Endpoint resource
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name string
- The name of the resource
- private
Link PrivateService Connection State Link Service Connection State Response - Private Link Service Connection State.
- provisioning
State string - Provisioning State of Private Endpoint connection resource
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group
Ids string[] - List of resources private endpoint is mapped
- private
Endpoint PrivateEndpoint Response - Private Endpoint resource
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name str
- The name of the resource
- private_
link_ Privateservice_ connection_ state Link Service Connection State Response - Private Link Service Connection State.
- provisioning_
state str - Provisioning State of Private Endpoint connection resource
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group_
ids Sequence[str] - List of resources private endpoint is mapped
- private_
endpoint PrivateEndpoint Response - Private Endpoint resource
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name String
- The name of the resource
- private
Link Property MapService Connection State - Private Link Service Connection State.
- provisioning
State String - Provisioning State of Private Endpoint connection resource
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- group
Ids List<String> - List of resources private endpoint is mapped
- private
Endpoint Property Map - Private Endpoint resource
PrivateEndpointResponse
- Id string
- The ARM identifier for Private Endpoint
- Id string
- The ARM identifier for Private Endpoint
- id String
- The ARM identifier for Private Endpoint
- id string
- The ARM identifier for Private Endpoint
- id str
- The ARM identifier for Private Endpoint
- id String
- The ARM identifier for Private Endpoint
PrivateLinkServiceConnectionStateResponse
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- description string
- The reason for approval/rejection of the connection.
- status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions_
required str - A message indicating if changes on the service provider require any updates on the consumer.
- description str
- The reason for approval/rejection of the connection.
- status str
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
SkuResponse
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
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.1.0 published on Tuesday, Apr 8, 2025 by Pulumi