98 строки
5.2 KiB
YAML
98 строки
5.2 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.kusto.models.SkuDescription"
|
|
fullName: "com.azure.resourcemanager.kusto.models.SkuDescription"
|
|
name: "SkuDescription"
|
|
nameWithType: "SkuDescription"
|
|
summary: "An immutable client-side representation of Sku<wbr>Description."
|
|
syntax: "public interface **SkuDescription**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.kusto.models.SkuDescription.innerModel()"
|
|
fullName: "com.azure.resourcemanager.kusto.models.SkuDescription.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "SkuDescription.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>kusto.<wbr>fluent.<wbr>models.<wbr>Sku<wbr>Description<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SkuDescriptionInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.kusto.fluent.models.SkuDescriptionInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.kusto.fluent.models.SkuDescriptionInner?alt=com.azure.resourcemanager.kusto.fluent.models.SkuDescriptionInner&text=SkuDescriptionInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.kusto.models.SkuDescription.locationInfo()"
|
|
fullName: "com.azure.resourcemanager.kusto.models.SkuDescription.locationInfo()"
|
|
name: "locationInfo()"
|
|
nameWithType: "SkuDescription.locationInfo()"
|
|
summary: "Gets the location<wbr>Info property: Locations and zones."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<SkuLocationInfoItem> locationInfo()"
|
|
desc: "Gets the locationInfo property: Locations and zones."
|
|
returns:
|
|
description: "the locationInfo value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.kusto.models.SkuLocationInfoItem?alt=com.azure.resourcemanager.kusto.models.SkuLocationInfoItem&text=SkuLocationInfoItem\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.kusto.models.SkuDescription.locations()"
|
|
fullName: "com.azure.resourcemanager.kusto.models.SkuDescription.locations()"
|
|
name: "locations()"
|
|
nameWithType: "SkuDescription.locations()"
|
|
summary: "Gets the locations property: The set of locations that the SKU is available."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<String> locations()"
|
|
desc: "Gets the locations property: The set of locations that the SKU is available."
|
|
returns:
|
|
description: "the locations value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.kusto.models.SkuDescription.name()"
|
|
fullName: "com.azure.resourcemanager.kusto.models.SkuDescription.name()"
|
|
name: "name()"
|
|
nameWithType: "SkuDescription.name()"
|
|
summary: "Gets the name property: The name of the SKU."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: The name of the SKU."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.kusto.models.SkuDescription.resourceType()"
|
|
fullName: "com.azure.resourcemanager.kusto.models.SkuDescription.resourceType()"
|
|
name: "resourceType()"
|
|
nameWithType: "SkuDescription.resourceType()"
|
|
summary: "Gets the resource<wbr>Type property: The resource type."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceType()"
|
|
desc: "Gets the resourceType property: The resource 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.SkuDescription.restrictions()"
|
|
fullName: "com.azure.resourcemanager.kusto.models.SkuDescription.restrictions()"
|
|
name: "restrictions()"
|
|
nameWithType: "SkuDescription.restrictions()"
|
|
summary: "Gets the restrictions property: The restrictions because of which SKU cannot be used."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<Object> restrictions()"
|
|
desc: "Gets the restrictions property: The restrictions because of which SKU cannot be used."
|
|
returns:
|
|
description: "the restrictions value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>>"
|
|
- uid: "com.azure.resourcemanager.kusto.models.SkuDescription.tier()"
|
|
fullName: "com.azure.resourcemanager.kusto.models.SkuDescription.tier()"
|
|
name: "tier()"
|
|
nameWithType: "SkuDescription.tier()"
|
|
summary: "Gets the tier property: The tier of the SKU."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String tier()"
|
|
desc: "Gets the tier property: The tier of the SKU."
|
|
returns:
|
|
description: "the tier value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of SkuDescription."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.kusto.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-kusto:1.0.0
|