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

162 строки
8.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.kusto.models.SandboxCustomImage"
fullName: "com.azure.resourcemanager.kusto.models.SandboxCustomImage"
name: "SandboxCustomImage"
nameWithType: "SandboxCustomImage"
summary: "An immutable client-side representation of Sandbox<wbr>Custom<wbr>Image."
syntax: "public interface **SandboxCustomImage**"
methods:
- uid: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.id()"
fullName: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.id()"
name: "id()"
nameWithType: "SandboxCustomImage.id()"
summary: "Gets the id property: Fully qualified resource Id for the resource."
modifiers:
- "abstract"
syntax: "public abstract String id()"
desc: "Gets the id property: Fully qualified resource Id for the resource."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.innerModel()"
fullName: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.innerModel()"
name: "innerModel()"
nameWithType: "SandboxCustomImage.innerModel()"
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>kusto.<wbr>fluent.<wbr>models.<wbr>Sandbox<wbr>Custom<wbr>Image<wbr>Inner object."
modifiers:
- "abstract"
syntax: "public abstract SandboxCustomImageInner innerModel()"
desc: "Gets the inner com.azure.resourcemanager.kusto.fluent.models.SandboxCustomImageInner object."
returns:
description: "the inner object."
type: "<xref href=\"com.azure.resourcemanager.kusto.fluent.models.SandboxCustomImageInner?alt=com.azure.resourcemanager.kusto.fluent.models.SandboxCustomImageInner&text=SandboxCustomImageInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.language()"
fullName: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.language()"
name: "language()"
nameWithType: "SandboxCustomImage.language()"
summary: "Gets the language property: The language name, for example Python."
modifiers:
- "abstract"
syntax: "public abstract Language language()"
desc: "Gets the language property: The language name, for example Python."
returns:
description: "the language value."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.Language?alt=com.azure.resourcemanager.kusto.models.Language&text=Language\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.languageVersion()"
fullName: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.languageVersion()"
name: "languageVersion()"
nameWithType: "SandboxCustomImage.languageVersion()"
summary: "Gets the language<wbr>Version property: The version of the language."
modifiers:
- "abstract"
syntax: "public abstract String languageVersion()"
desc: "Gets the languageVersion property: The version of the language."
returns:
description: "the languageVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.name()"
fullName: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.name()"
name: "name()"
nameWithType: "SandboxCustomImage.name()"
summary: "Gets the name property: The name of the resource."
modifiers:
- "abstract"
syntax: "public abstract String name()"
desc: "Gets the name property: The name of the resource."
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.SandboxCustomImage.provisioningState()"
fullName: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.provisioningState()"
name: "provisioningState()"
nameWithType: "SandboxCustomImage.provisioningState()"
summary: "Gets the provisioning<wbr>State property: The provisioned state of the resource."
modifiers:
- "abstract"
syntax: "public abstract ProvisioningState provisioningState()"
desc: "Gets the provisioningState property: The provisioned state of the resource."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.ProvisioningState?alt=com.azure.resourcemanager.kusto.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.refresh()"
fullName: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.refresh()"
name: "refresh()"
nameWithType: "SandboxCustomImage.refresh()"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
syntax: "public abstract SandboxCustomImage refresh()"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.SandboxCustomImage?alt=com.azure.resourcemanager.kusto.models.SandboxCustomImage&text=SandboxCustomImage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.refresh(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.refresh(Context context)"
name: "refresh(Context context)"
nameWithType: "SandboxCustomImage.refresh(Context context)"
summary: "Refreshes the resource to sync with Azure."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SandboxCustomImage refresh(Context context)"
desc: "Refreshes the resource to sync with Azure."
returns:
description: "the refreshed resource."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.SandboxCustomImage?alt=com.azure.resourcemanager.kusto.models.SandboxCustomImage&text=SandboxCustomImage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.requirementsFileContent()"
fullName: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.requirementsFileContent()"
name: "requirementsFileContent()"
nameWithType: "SandboxCustomImage.requirementsFileContent()"
summary: "Gets the requirements<wbr>File<wbr>Content property: The requirements file content."
modifiers:
- "abstract"
syntax: "public abstract String requirementsFileContent()"
desc: "Gets the requirementsFileContent property: The requirements file content."
returns:
description: "the requirementsFileContent value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.resourceGroupName()"
fullName: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.resourceGroupName()"
name: "resourceGroupName()"
nameWithType: "SandboxCustomImage.resourceGroupName()"
summary: "Gets the name of the resource group."
modifiers:
- "abstract"
syntax: "public abstract String resourceGroupName()"
desc: "Gets the name of the resource group."
returns:
description: "the name of the resource group."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.type()"
fullName: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.type()"
name: "type()"
nameWithType: "SandboxCustomImage.type()"
summary: "Gets the type property: The type of the resource."
modifiers:
- "abstract"
syntax: "public abstract String type()"
desc: "Gets the type property: The type of the resource."
returns:
description: "the type value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.update()"
fullName: "com.azure.resourcemanager.kusto.models.SandboxCustomImage.update()"
name: "update()"
nameWithType: "SandboxCustomImage.update()"
summary: "Begins update for the Sandbox<wbr>Custom<wbr>Image resource."
modifiers:
- "abstract"
syntax: "public abstract SandboxCustomImage.Update update()"
desc: "Begins update for the SandboxCustomImage resource."
returns:
description: "the stage of resource update."
type: "<xref href=\"com.azure.resourcemanager.kusto.models.SandboxCustomImage.Update?alt=com.azure.resourcemanager.kusto.models.SandboxCustomImage.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An immutable client-side representation of SandboxCustomImage."
metadata: {}
package: "com.azure.resourcemanager.kusto.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-kusto:1.0.0