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

177 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.sphere.models.ImageProperties"
fullName: "com.azure.resourcemanager.sphere.models.ImageProperties"
name: "ImageProperties"
nameWithType: "ImageProperties"
summary: "The properties of image."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ImageProperties**"
constructors:
- uid: "com.azure.resourcemanager.sphere.models.ImageProperties.ImageProperties()"
fullName: "com.azure.resourcemanager.sphere.models.ImageProperties.ImageProperties()"
name: "ImageProperties()"
nameWithType: "ImageProperties.ImageProperties()"
summary: "Creates an instance of Image<wbr>Properties class."
syntax: "public ImageProperties()"
desc: "Creates an instance of ImageProperties class."
methods:
- uid: "com.azure.resourcemanager.sphere.models.ImageProperties.componentId()"
fullName: "com.azure.resourcemanager.sphere.models.ImageProperties.componentId()"
name: "componentId()"
nameWithType: "ImageProperties.componentId()"
summary: "Get the component<wbr>Id property: The image component id."
syntax: "public String componentId()"
desc: "Get the componentId property: The image component id."
returns:
description: "the componentId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.ImageProperties.description()"
fullName: "com.azure.resourcemanager.sphere.models.ImageProperties.description()"
name: "description()"
nameWithType: "ImageProperties.description()"
summary: "Get the description property: The image description."
syntax: "public String description()"
desc: "Get the description property: The image description."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.ImageProperties.image()"
fullName: "com.azure.resourcemanager.sphere.models.ImageProperties.image()"
name: "image()"
nameWithType: "ImageProperties.image()"
summary: "Get the image property: Image as a UTF-8 encoded base 64 string on image create."
syntax: "public String image()"
desc: "Get the image property: Image as a UTF-8 encoded base 64 string on image create. This field contains the image URI on image reads."
returns:
description: "the image value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.ImageProperties.imageId()"
fullName: "com.azure.resourcemanager.sphere.models.ImageProperties.imageId()"
name: "imageId()"
nameWithType: "ImageProperties.imageId()"
summary: "Get the image<wbr>Id property: Image ID."
syntax: "public String imageId()"
desc: "Get the imageId property: Image ID."
returns:
description: "the imageId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.ImageProperties.imageName()"
fullName: "com.azure.resourcemanager.sphere.models.ImageProperties.imageName()"
name: "imageName()"
nameWithType: "ImageProperties.imageName()"
summary: "Get the image<wbr>Name property: Image name."
syntax: "public String imageName()"
desc: "Get the imageName property: Image name."
returns:
description: "the imageName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.ImageProperties.imageType()"
fullName: "com.azure.resourcemanager.sphere.models.ImageProperties.imageType()"
name: "imageType()"
nameWithType: "ImageProperties.imageType()"
summary: "Get the image<wbr>Type property: The image type."
syntax: "public ImageType imageType()"
desc: "Get the imageType property: The image type."
returns:
description: "the imageType value."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.ImageType?alt=com.azure.resourcemanager.sphere.models.ImageType&text=ImageType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.ImageProperties.provisioningState()"
fullName: "com.azure.resourcemanager.sphere.models.ImageProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "ImageProperties.provisioningState()"
summary: "Get the provisioning<wbr>State property: The status of the last operation."
syntax: "public ProvisioningState provisioningState()"
desc: "Get the provisioningState property: The status of the last operation."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.ProvisioningState?alt=com.azure.resourcemanager.sphere.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.ImageProperties.regionalDataBoundary()"
fullName: "com.azure.resourcemanager.sphere.models.ImageProperties.regionalDataBoundary()"
name: "regionalDataBoundary()"
nameWithType: "ImageProperties.regionalDataBoundary()"
summary: "Get the regional<wbr>Data<wbr>Boundary property: Regional data boundary for an image."
syntax: "public RegionalDataBoundary regionalDataBoundary()"
desc: "Get the regionalDataBoundary property: Regional data boundary for an image."
returns:
description: "the regionalDataBoundary value."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.RegionalDataBoundary?alt=com.azure.resourcemanager.sphere.models.RegionalDataBoundary&text=RegionalDataBoundary\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.ImageProperties.uri()"
fullName: "com.azure.resourcemanager.sphere.models.ImageProperties.uri()"
name: "uri()"
nameWithType: "ImageProperties.uri()"
summary: "Get the uri property: Location the image."
syntax: "public String uri()"
desc: "Get the uri property: Location the image."
returns:
description: "the uri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.sphere.models.ImageProperties.validate()"
fullName: "com.azure.resourcemanager.sphere.models.ImageProperties.validate()"
name: "validate()"
nameWithType: "ImageProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.sphere.models.ImageProperties.withImage(java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.ImageProperties.withImage(String image)"
name: "withImage(String image)"
nameWithType: "ImageProperties.withImage(String image)"
summary: "Set the image property: Image as a UTF-8 encoded base 64 string on image create."
parameters:
- description: "the image value to set."
name: "image"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ImageProperties withImage(String image)"
desc: "Set the image property: Image as a UTF-8 encoded base 64 string on image create. This field contains the image URI on image reads."
returns:
description: "the ImageProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.ImageProperties?alt=com.azure.resourcemanager.sphere.models.ImageProperties&text=ImageProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.ImageProperties.withImageId(java.lang.String)"
fullName: "com.azure.resourcemanager.sphere.models.ImageProperties.withImageId(String imageId)"
name: "withImageId(String imageId)"
nameWithType: "ImageProperties.withImageId(String imageId)"
summary: "Set the image<wbr>Id property: Image ID."
parameters:
- description: "the imageId value to set."
name: "imageId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ImageProperties withImageId(String imageId)"
desc: "Set the imageId property: Image ID."
returns:
description: "the ImageProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.ImageProperties?alt=com.azure.resourcemanager.sphere.models.ImageProperties&text=ImageProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.sphere.models.ImageProperties.withRegionalDataBoundary(com.azure.resourcemanager.sphere.models.RegionalDataBoundary)"
fullName: "com.azure.resourcemanager.sphere.models.ImageProperties.withRegionalDataBoundary(RegionalDataBoundary regionalDataBoundary)"
name: "withRegionalDataBoundary(RegionalDataBoundary regionalDataBoundary)"
nameWithType: "ImageProperties.withRegionalDataBoundary(RegionalDataBoundary regionalDataBoundary)"
summary: "Set the regional<wbr>Data<wbr>Boundary property: Regional data boundary for an image."
parameters:
- description: "the regionalDataBoundary value to set."
name: "regionalDataBoundary"
type: "<xref href=\"com.azure.resourcemanager.sphere.models.RegionalDataBoundary?alt=com.azure.resourcemanager.sphere.models.RegionalDataBoundary&text=RegionalDataBoundary\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ImageProperties withRegionalDataBoundary(RegionalDataBoundary regionalDataBoundary)"
desc: "Set the regionalDataBoundary property: Regional data boundary for an image."
returns:
description: "the ImageProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.sphere.models.ImageProperties?alt=com.azure.resourcemanager.sphere.models.ImageProperties&text=ImageProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The properties of image."
metadata: {}
package: "com.azure.resourcemanager.sphere.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-sphere:1.0.0