azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.k...

62 строки
3.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.kusto.models.AzureResourceSku"
fullName: "com.azure.resourcemanager.kusto.models.AzureResourceSku"
name: "AzureResourceSku"
nameWithType: "AzureResourceSku"
summary: "An immutable client-side representation of Azure<wbr>Resource<wbr>Sku."
syntax: "public interface **AzureResourceSku**"
methods:
- uid: "com.azure.resourcemanager.kusto.models.AzureResourceSku.capacity()"
fullName: "com.azure.resourcemanager.kusto.models.AzureResourceSku.capacity()"
name: "capacity()"
nameWithType: "AzureResourceSku.capacity()"
summary: "Gets the capacity property: The number of instances of the cluster."
modifiers:
- "abstract"
syntax: "public abstract AzureCapacity capacity()"
desc: "Gets the capacity property: The number of instances of the cluster."
returns:
description: "the capacity value."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.AzureCapacity?alt=com.azure.resourcemanager.kusto.models.AzureCapacity&text=AzureCapacity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.AzureResourceSku.innerModel()"
fullName: "com.azure.resourcemanager.kusto.models.AzureResourceSku.innerModel()"
name: "innerModel()"
nameWithType: "AzureResourceSku.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>kusto.<wbr>fluent.<wbr>models.<wbr>Azure<wbr>Resource<wbr>Sku<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract AzureResourceSkuInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.kusto.fluent.models.AzureResourceSkuInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.kusto.fluent.models.AzureResourceSkuInner?alt=com.azure.resourcemanager.kusto.fluent.models.AzureResourceSkuInner&text=AzureResourceSkuInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.AzureResourceSku.resourceType()"
fullName: "com.azure.resourcemanager.kusto.models.AzureResourceSku.resourceType()"
name: "resourceType()"
nameWithType: "AzureResourceSku.resourceType()"
summary: "Gets the resource<wbr>Type property: Resource Namespace and Type."
modifiers:
- "abstract"
syntax: "public abstract String resourceType()"
desc: "Gets the resourceType property: Resource Namespace and Type."
returns:
description: "the resourceType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.AzureResourceSku.sku()"
fullName: "com.azure.resourcemanager.kusto.models.AzureResourceSku.sku()"
name: "sku()"
nameWithType: "AzureResourceSku.sku()"
summary: "Gets the sku property: The SKU details."
modifiers:
- "abstract"
syntax: "public abstract AzureSku sku()"
desc: "Gets the sku property: The SKU details."
returns:
description: "the sku value."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.AzureSku?alt=com.azure.resourcemanager.kusto.models.AzureSku&text=AzureSku\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of AzureResourceSku."
metadata: {}
package: "com.azure.resourcemanager.kusto.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-kusto:1.0.0