CI Update
Build.Reason:Schedule Build.Url:https://apidrop.visualstudio.com/Content%20CI/_build/results?buildId=394155&view=results
This commit is contained in:
Родитель
0ef3572aca
Коммит
c1650584eb
|
@ -0,0 +1,144 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable"
|
||||||
|
name: "ConnectedVMwareManager.Configurable"
|
||||||
|
nameWithType: "ConnectedVMwareManager.Configurable"
|
||||||
|
summary: "The Configurable allowing configurations to be set."
|
||||||
|
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 static final class **ConnectedVMwareManager.Configurable**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.authenticate(com.azure.core.credential.TokenCredential,com.azure.core.management.profile.AzureProfile)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.authenticate(TokenCredential credential, AzureProfile profile)"
|
||||||
|
name: "authenticate(TokenCredential credential, AzureProfile profile)"
|
||||||
|
nameWithType: "ConnectedVMwareManager.Configurable.authenticate(TokenCredential credential, AzureProfile profile)"
|
||||||
|
summary: "Creates an instance of Connected<wbr>VMware service API entry point."
|
||||||
|
parameters:
|
||||||
|
- description: "the credential to use."
|
||||||
|
name: "credential"
|
||||||
|
type: "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- description: "the Azure profile for client."
|
||||||
|
name: "profile"
|
||||||
|
type: "<xref href=\"com.azure.core.management.profile.AzureProfile?alt=com.azure.core.management.profile.AzureProfile&text=AzureProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public ConnectedVMwareManager authenticate(TokenCredential credential, AzureProfile profile)"
|
||||||
|
desc: "Creates an instance of ConnectedVMware service API entry point."
|
||||||
|
returns:
|
||||||
|
description: "the ConnectedVMware service API instance."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager?alt=com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager&text=ConnectedVMwareManager\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.withDefaultPollInterval(java.time.Duration)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.withDefaultPollInterval(Duration defaultPollInterval)"
|
||||||
|
name: "withDefaultPollInterval(Duration defaultPollInterval)"
|
||||||
|
nameWithType: "ConnectedVMwareManager.Configurable.withDefaultPollInterval(Duration defaultPollInterval)"
|
||||||
|
summary: "Sets the default poll interval, used when service does not provide \"Retry-After\" header."
|
||||||
|
parameters:
|
||||||
|
- description: "the default poll interval."
|
||||||
|
name: "defaultPollInterval"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
|
||||||
|
syntax: "public ConnectedVMwareManager.Configurable withDefaultPollInterval(Duration defaultPollInterval)"
|
||||||
|
desc: "Sets the default poll interval, used when service does not provide \"Retry-After\" header."
|
||||||
|
returns:
|
||||||
|
description: "the configurable object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable?alt=com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable&text=Configurable\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.withHttpClient(com.azure.core.http.HttpClient)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.withHttpClient(HttpClient httpClient)"
|
||||||
|
name: "withHttpClient(HttpClient httpClient)"
|
||||||
|
nameWithType: "ConnectedVMwareManager.Configurable.withHttpClient(HttpClient httpClient)"
|
||||||
|
summary: "Sets the http client."
|
||||||
|
parameters:
|
||||||
|
- description: "the HTTP client."
|
||||||
|
name: "httpClient"
|
||||||
|
type: "<xref href=\"com.azure.core.http.HttpClient?alt=com.azure.core.http.HttpClient&text=HttpClient\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public ConnectedVMwareManager.Configurable withHttpClient(HttpClient httpClient)"
|
||||||
|
desc: "Sets the http client."
|
||||||
|
returns:
|
||||||
|
description: "the configurable object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable?alt=com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable&text=Configurable\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.withLogOptions(com.azure.core.http.policy.HttpLogOptions)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.withLogOptions(HttpLogOptions httpLogOptions)"
|
||||||
|
name: "withLogOptions(HttpLogOptions httpLogOptions)"
|
||||||
|
nameWithType: "ConnectedVMwareManager.Configurable.withLogOptions(HttpLogOptions httpLogOptions)"
|
||||||
|
summary: "Sets the logging options to the HTTP pipeline."
|
||||||
|
parameters:
|
||||||
|
- description: "the HTTP log options."
|
||||||
|
name: "httpLogOptions"
|
||||||
|
type: "<xref href=\"com.azure.core.http.policy.HttpLogOptions?alt=com.azure.core.http.policy.HttpLogOptions&text=HttpLogOptions\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public ConnectedVMwareManager.Configurable withLogOptions(HttpLogOptions httpLogOptions)"
|
||||||
|
desc: "Sets the logging options to the HTTP pipeline."
|
||||||
|
returns:
|
||||||
|
description: "the configurable object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable?alt=com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable&text=Configurable\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.withPolicy(com.azure.core.http.policy.HttpPipelinePolicy)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.withPolicy(HttpPipelinePolicy policy)"
|
||||||
|
name: "withPolicy(HttpPipelinePolicy policy)"
|
||||||
|
nameWithType: "ConnectedVMwareManager.Configurable.withPolicy(HttpPipelinePolicy policy)"
|
||||||
|
summary: "Adds the pipeline policy to the HTTP pipeline."
|
||||||
|
parameters:
|
||||||
|
- description: "the HTTP pipeline policy."
|
||||||
|
name: "policy"
|
||||||
|
type: "<xref href=\"com.azure.core.http.policy.HttpPipelinePolicy?alt=com.azure.core.http.policy.HttpPipelinePolicy&text=HttpPipelinePolicy\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public ConnectedVMwareManager.Configurable withPolicy(HttpPipelinePolicy policy)"
|
||||||
|
desc: "Adds the pipeline policy to the HTTP pipeline."
|
||||||
|
returns:
|
||||||
|
description: "the configurable object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable?alt=com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable&text=Configurable\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.withRetryOptions(com.azure.core.http.policy.RetryOptions)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.withRetryOptions(RetryOptions retryOptions)"
|
||||||
|
name: "withRetryOptions(RetryOptions retryOptions)"
|
||||||
|
nameWithType: "ConnectedVMwareManager.Configurable.withRetryOptions(RetryOptions retryOptions)"
|
||||||
|
summary: "Sets the retry options for the HTTP pipeline retry policy."
|
||||||
|
parameters:
|
||||||
|
- description: "the retry options for the HTTP pipeline retry policy."
|
||||||
|
name: "retryOptions"
|
||||||
|
type: "<xref href=\"com.azure.core.http.policy.RetryOptions?alt=com.azure.core.http.policy.RetryOptions&text=RetryOptions\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public ConnectedVMwareManager.Configurable withRetryOptions(RetryOptions retryOptions)"
|
||||||
|
desc: "Sets the retry options for the HTTP pipeline retry policy.\n\nThis setting has no effect, if retry policy is set via <xref uid=\"com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.withRetryPolicy(com.azure.core.http.policy.RetryPolicy)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#withRetryPolicy(RetryPolicy)\"></xref>."
|
||||||
|
returns:
|
||||||
|
description: "the configurable object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable?alt=com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable&text=Configurable\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.withRetryPolicy(com.azure.core.http.policy.RetryPolicy)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.withRetryPolicy(RetryPolicy retryPolicy)"
|
||||||
|
name: "withRetryPolicy(RetryPolicy retryPolicy)"
|
||||||
|
nameWithType: "ConnectedVMwareManager.Configurable.withRetryPolicy(RetryPolicy retryPolicy)"
|
||||||
|
summary: "Sets the retry policy to the HTTP pipeline."
|
||||||
|
parameters:
|
||||||
|
- description: "the HTTP pipeline retry policy."
|
||||||
|
name: "retryPolicy"
|
||||||
|
type: "<xref href=\"com.azure.core.http.policy.RetryPolicy?alt=com.azure.core.http.policy.RetryPolicy&text=RetryPolicy\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public ConnectedVMwareManager.Configurable withRetryPolicy(RetryPolicy retryPolicy)"
|
||||||
|
desc: "Sets the retry policy to the HTTP pipeline."
|
||||||
|
returns:
|
||||||
|
description: "the configurable object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable?alt=com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable&text=Configurable\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.withScope(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable.withScope(String scope)"
|
||||||
|
name: "withScope(String scope)"
|
||||||
|
nameWithType: "ConnectedVMwareManager.Configurable.withScope(String scope)"
|
||||||
|
summary: "Adds the scope to permission sets."
|
||||||
|
parameters:
|
||||||
|
- description: "the scope."
|
||||||
|
name: "scope"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ConnectedVMwareManager.Configurable withScope(String scope)"
|
||||||
|
desc: "Adds the scope to permission sets."
|
||||||
|
returns:
|
||||||
|
description: "the configurable object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable?alt=com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable&text=Configurable\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "The Configurable allowing configurations to be set."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,209 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager"
|
||||||
|
name: "ConnectedVMwareManager"
|
||||||
|
nameWithType: "ConnectedVMwareManager"
|
||||||
|
summary: "Entry point to Connected<wbr>VMware<wbr>Manager."
|
||||||
|
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 **ConnectedVMwareManager**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.authenticate(com.azure.core.credential.TokenCredential,com.azure.core.management.profile.AzureProfile)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.authenticate(TokenCredential credential, AzureProfile profile)"
|
||||||
|
name: "authenticate(TokenCredential credential, AzureProfile profile)"
|
||||||
|
nameWithType: "ConnectedVMwareManager.authenticate(TokenCredential credential, AzureProfile profile)"
|
||||||
|
summary: "Creates an instance of Connected<wbr>VMware service API entry point."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
parameters:
|
||||||
|
- description: "the credential to use."
|
||||||
|
name: "credential"
|
||||||
|
type: "<xref href=\"com.azure.core.credential.TokenCredential?alt=com.azure.core.credential.TokenCredential&text=TokenCredential\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- description: "the Azure profile for client."
|
||||||
|
name: "profile"
|
||||||
|
type: "<xref href=\"com.azure.core.management.profile.AzureProfile?alt=com.azure.core.management.profile.AzureProfile&text=AzureProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public static ConnectedVMwareManager authenticate(TokenCredential credential, AzureProfile profile)"
|
||||||
|
desc: "Creates an instance of ConnectedVMware service API entry point."
|
||||||
|
returns:
|
||||||
|
description: "the ConnectedVMware service API instance."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager?alt=com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager&text=ConnectedVMwareManager\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.authenticate(com.azure.core.http.HttpPipeline,com.azure.core.management.profile.AzureProfile)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
|
||||||
|
name: "authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
|
||||||
|
nameWithType: "ConnectedVMwareManager.authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
|
||||||
|
summary: "Creates an instance of Connected<wbr>VMware service API entry point."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
parameters:
|
||||||
|
- description: "the <xref uid=\"com.azure.core.http.HttpPipeline\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpPipeline\"></xref> configured with Azure authentication credential."
|
||||||
|
name: "httpPipeline"
|
||||||
|
type: "<xref href=\"com.azure.core.http.HttpPipeline?alt=com.azure.core.http.HttpPipeline&text=HttpPipeline\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- description: "the Azure profile for client."
|
||||||
|
name: "profile"
|
||||||
|
type: "<xref href=\"com.azure.core.management.profile.AzureProfile?alt=com.azure.core.management.profile.AzureProfile&text=AzureProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public static ConnectedVMwareManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)"
|
||||||
|
desc: "Creates an instance of ConnectedVMware service API entry point."
|
||||||
|
returns:
|
||||||
|
description: "the ConnectedVMware service API instance."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager?alt=com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager&text=ConnectedVMwareManager\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.clusters()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.clusters()"
|
||||||
|
name: "clusters()"
|
||||||
|
nameWithType: "ConnectedVMwareManager.clusters()"
|
||||||
|
summary: "Gets the resource collection API of Clusters."
|
||||||
|
syntax: "public Clusters clusters()"
|
||||||
|
desc: "Gets the resource collection API of Clusters. It manages Cluster."
|
||||||
|
returns:
|
||||||
|
description: "Resource collection API of Clusters."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Clusters?alt=com.azure.resourcemanager.connectedvmware.models.Clusters&text=Clusters\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.configure()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.configure()"
|
||||||
|
name: "configure()"
|
||||||
|
nameWithType: "ConnectedVMwareManager.configure()"
|
||||||
|
summary: "Gets a Configurable instance that can be used to create Connected<wbr>VMware<wbr>Manager with optional configuration."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
syntax: "public static ConnectedVMwareManager.Configurable configure()"
|
||||||
|
desc: "Gets a Configurable instance that can be used to create ConnectedVMwareManager with optional configuration."
|
||||||
|
returns:
|
||||||
|
description: "the Configurable instance allowing configurations."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable?alt=com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.Configurable&text=Configurable\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.datastores()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.datastores()"
|
||||||
|
name: "datastores()"
|
||||||
|
nameWithType: "ConnectedVMwareManager.datastores()"
|
||||||
|
summary: "Gets the resource collection API of Datastores."
|
||||||
|
syntax: "public Datastores datastores()"
|
||||||
|
desc: "Gets the resource collection API of Datastores. It manages Datastore."
|
||||||
|
returns:
|
||||||
|
description: "Resource collection API of Datastores."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastores?alt=com.azure.resourcemanager.connectedvmware.models.Datastores&text=Datastores\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.hosts()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.hosts()"
|
||||||
|
name: "hosts()"
|
||||||
|
nameWithType: "ConnectedVMwareManager.hosts()"
|
||||||
|
summary: "Gets the resource collection API of Hosts."
|
||||||
|
syntax: "public Hosts hosts()"
|
||||||
|
desc: "Gets the resource collection API of Hosts. It manages HostModel."
|
||||||
|
returns:
|
||||||
|
description: "Resource collection API of Hosts."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Hosts?alt=com.azure.resourcemanager.connectedvmware.models.Hosts&text=Hosts\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.inventoryItems()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.inventoryItems()"
|
||||||
|
name: "inventoryItems()"
|
||||||
|
nameWithType: "ConnectedVMwareManager.inventoryItems()"
|
||||||
|
summary: "Gets the resource collection API of Inventory<wbr>Items."
|
||||||
|
syntax: "public InventoryItems inventoryItems()"
|
||||||
|
desc: "Gets the resource collection API of InventoryItems. It manages InventoryItem."
|
||||||
|
returns:
|
||||||
|
description: "Resource collection API of InventoryItems."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItems?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItems&text=InventoryItems\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.operations()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.operations()"
|
||||||
|
name: "operations()"
|
||||||
|
nameWithType: "ConnectedVMwareManager.operations()"
|
||||||
|
summary: "Gets the resource collection API of Operations."
|
||||||
|
syntax: "public Operations operations()"
|
||||||
|
desc: "Gets the resource collection API of Operations."
|
||||||
|
returns:
|
||||||
|
description: "Resource collection API of Operations."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Operations?alt=com.azure.resourcemanager.connectedvmware.models.Operations&text=Operations\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.resourcePools()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.resourcePools()"
|
||||||
|
name: "resourcePools()"
|
||||||
|
nameWithType: "ConnectedVMwareManager.resourcePools()"
|
||||||
|
summary: "Gets the resource collection API of Resource<wbr>Pools."
|
||||||
|
syntax: "public ResourcePools resourcePools()"
|
||||||
|
desc: "Gets the resource collection API of ResourcePools. It manages ResourcePool."
|
||||||
|
returns:
|
||||||
|
description: "Resource collection API of ResourcePools."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourcePools?alt=com.azure.resourcemanager.connectedvmware.models.ResourcePools&text=ResourcePools\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.serviceClient()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.serviceClient()"
|
||||||
|
name: "serviceClient()"
|
||||||
|
nameWithType: "ConnectedVMwareManager.serviceClient()"
|
||||||
|
summary: "Gets wrapped service client Connected<wbr>VMware<wbr>Client providing direct access to the underlying auto-generated API implementation, based on Azure REST API."
|
||||||
|
syntax: "public ConnectedVMwareClient serviceClient()"
|
||||||
|
desc: "Gets wrapped service client ConnectedVMwareClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API."
|
||||||
|
returns:
|
||||||
|
description: "Wrapped service client ConnectedVMwareClient."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient?alt=com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient&text=ConnectedVMwareClient\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.vCenters()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.vCenters()"
|
||||||
|
name: "vCenters()"
|
||||||
|
nameWithType: "ConnectedVMwareManager.vCenters()"
|
||||||
|
summary: "Gets the resource collection API of VCenters."
|
||||||
|
syntax: "public VCenters vCenters()"
|
||||||
|
desc: "Gets the resource collection API of VCenters. It manages VCenter."
|
||||||
|
returns:
|
||||||
|
description: "Resource collection API of VCenters."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.VCenters?alt=com.azure.resourcemanager.connectedvmware.models.VCenters&text=VCenters\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.vMInstanceGuestAgents()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.vMInstanceGuestAgents()"
|
||||||
|
name: "vMInstanceGuestAgents()"
|
||||||
|
nameWithType: "ConnectedVMwareManager.vMInstanceGuestAgents()"
|
||||||
|
summary: "Gets the resource collection API of VMInstance<wbr>Guest<wbr>Agents."
|
||||||
|
syntax: "public VMInstanceGuestAgents vMInstanceGuestAgents()"
|
||||||
|
desc: "Gets the resource collection API of VMInstanceGuestAgents."
|
||||||
|
returns:
|
||||||
|
description: "Resource collection API of VMInstanceGuestAgents."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.VMInstanceGuestAgents?alt=com.azure.resourcemanager.connectedvmware.models.VMInstanceGuestAgents&text=VMInstanceGuestAgents\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.virtualMachineInstances()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.virtualMachineInstances()"
|
||||||
|
name: "virtualMachineInstances()"
|
||||||
|
nameWithType: "ConnectedVMwareManager.virtualMachineInstances()"
|
||||||
|
summary: "Gets the resource collection API of Virtual<wbr>Machine<wbr>Instances."
|
||||||
|
syntax: "public VirtualMachineInstances virtualMachineInstances()"
|
||||||
|
desc: "Gets the resource collection API of VirtualMachineInstances."
|
||||||
|
returns:
|
||||||
|
description: "Resource collection API of VirtualMachineInstances."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstances?alt=com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstances&text=VirtualMachineInstances\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.virtualMachineTemplates()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.virtualMachineTemplates()"
|
||||||
|
name: "virtualMachineTemplates()"
|
||||||
|
nameWithType: "ConnectedVMwareManager.virtualMachineTemplates()"
|
||||||
|
summary: "Gets the resource collection API of Virtual<wbr>Machine<wbr>Templates."
|
||||||
|
syntax: "public VirtualMachineTemplates virtualMachineTemplates()"
|
||||||
|
desc: "Gets the resource collection API of VirtualMachineTemplates. It manages VirtualMachineTemplate."
|
||||||
|
returns:
|
||||||
|
description: "Resource collection API of VirtualMachineTemplates."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.VirtualMachineTemplates?alt=com.azure.resourcemanager.connectedvmware.models.VirtualMachineTemplates&text=VirtualMachineTemplates\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.virtualNetworks()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.virtualNetworks()"
|
||||||
|
name: "virtualNetworks()"
|
||||||
|
nameWithType: "ConnectedVMwareManager.virtualNetworks()"
|
||||||
|
summary: "Gets the resource collection API of Virtual<wbr>Networks."
|
||||||
|
syntax: "public VirtualNetworks virtualNetworks()"
|
||||||
|
desc: "Gets the resource collection API of VirtualNetworks. It manages VirtualNetwork."
|
||||||
|
returns:
|
||||||
|
description: "Resource collection API of VirtualNetworks."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.VirtualNetworks?alt=com.azure.resourcemanager.connectedvmware.models.VirtualNetworks&text=VirtualNetworks\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.vmInstanceHybridIdentityMetadatas()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.ConnectedVMwareManager.vmInstanceHybridIdentityMetadatas()"
|
||||||
|
name: "vmInstanceHybridIdentityMetadatas()"
|
||||||
|
nameWithType: "ConnectedVMwareManager.vmInstanceHybridIdentityMetadatas()"
|
||||||
|
summary: "Gets the resource collection API of Vm<wbr>Instance<wbr>Hybrid<wbr>Identity<wbr>Metadatas."
|
||||||
|
syntax: "public VmInstanceHybridIdentityMetadatas vmInstanceHybridIdentityMetadatas()"
|
||||||
|
desc: "Gets the resource collection API of VmInstanceHybridIdentityMetadatas."
|
||||||
|
returns:
|
||||||
|
description: "Resource collection API of VmInstanceHybridIdentityMetadatas."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.VmInstanceHybridIdentityMetadatas?alt=com.azure.resourcemanager.connectedvmware.models.VmInstanceHybridIdentityMetadatas&text=VmInstanceHybridIdentityMetadatas\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Entry point to ConnectedVMwareManager. Connected VMware Client."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,331 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient"
|
||||||
|
name: "ClustersClient"
|
||||||
|
nameWithType: "ClustersClient"
|
||||||
|
summary: "An instance of this class provides access to all the operations defined in Clusters<wbr>Client."
|
||||||
|
syntax: "public interface **ClustersClient**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.beginCreate(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.beginCreate(String resourceGroupName, String clusterName)"
|
||||||
|
name: "beginCreate(String resourceGroupName, String clusterName)"
|
||||||
|
nameWithType: "ClustersClient.beginCreate(String resourceGroupName, String clusterName)"
|
||||||
|
summary: "Implements cluster PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the cluster."
|
||||||
|
name: "clusterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<ClusterInner>,ClusterInner> beginCreate(String resourceGroupName, String clusterName)"
|
||||||
|
desc: "Implements cluster PUT method.\n\nCreate Or Update cluster."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the cluster."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.beginCreate(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.beginCreate(String resourceGroupName, String clusterName, ClusterInner body, Context context)"
|
||||||
|
name: "beginCreate(String resourceGroupName, String clusterName, ClusterInner body, Context context)"
|
||||||
|
nameWithType: "ClustersClient.beginCreate(String resourceGroupName, String clusterName, ClusterInner body, Context context)"
|
||||||
|
summary: "Implements cluster PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the cluster."
|
||||||
|
name: "clusterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 SyncPoller<PollResult<ClusterInner>,ClusterInner> beginCreate(String resourceGroupName, String clusterName, ClusterInner body, Context context)"
|
||||||
|
desc: "Implements cluster PUT method.\n\nCreate Or Update cluster."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the cluster."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.beginDelete(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.beginDelete(String resourceGroupName, String clusterName)"
|
||||||
|
name: "beginDelete(String resourceGroupName, String clusterName)"
|
||||||
|
nameWithType: "ClustersClient.beginDelete(String resourceGroupName, String clusterName)"
|
||||||
|
summary: "Deletes an cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the cluster."
|
||||||
|
name: "clusterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String clusterName)"
|
||||||
|
desc: "Deletes an cluster.\n\nImplements cluster DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.beginDelete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.beginDelete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||||||
|
name: "beginDelete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||||||
|
nameWithType: "ClustersClient.beginDelete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the cluster."
|
||||||
|
name: "clusterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an cluster.\n\nImplements cluster DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.create(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.create(String resourceGroupName, String clusterName)"
|
||||||
|
name: "create(String resourceGroupName, String clusterName)"
|
||||||
|
nameWithType: "ClustersClient.create(String resourceGroupName, String clusterName)"
|
||||||
|
summary: "Implements cluster PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the cluster."
|
||||||
|
name: "clusterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract ClusterInner create(String resourceGroupName, String clusterName)"
|
||||||
|
desc: "Implements cluster PUT method.\n\nCreate Or Update cluster."
|
||||||
|
returns:
|
||||||
|
description: "define the cluster."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.create(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.create(String resourceGroupName, String clusterName, ClusterInner body, Context context)"
|
||||||
|
name: "create(String resourceGroupName, String clusterName, ClusterInner body, Context context)"
|
||||||
|
nameWithType: "ClustersClient.create(String resourceGroupName, String clusterName, ClusterInner body, Context context)"
|
||||||
|
summary: "Implements cluster PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the cluster."
|
||||||
|
name: "clusterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 ClusterInner create(String resourceGroupName, String clusterName, ClusterInner body, Context context)"
|
||||||
|
desc: "Implements cluster PUT method.\n\nCreate Or Update cluster."
|
||||||
|
returns:
|
||||||
|
description: "define the cluster."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.delete(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.delete(String resourceGroupName, String clusterName)"
|
||||||
|
name: "delete(String resourceGroupName, String clusterName)"
|
||||||
|
nameWithType: "ClustersClient.delete(String resourceGroupName, String clusterName)"
|
||||||
|
summary: "Deletes an cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the cluster."
|
||||||
|
name: "clusterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void delete(String resourceGroupName, String clusterName)"
|
||||||
|
desc: "Deletes an cluster.\n\nImplements cluster DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.delete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.delete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||||||
|
name: "delete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||||||
|
nameWithType: "ClustersClient.delete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the cluster."
|
||||||
|
name: "clusterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 void delete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an cluster.\n\nImplements cluster DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.getByResourceGroup(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.getByResourceGroup(String resourceGroupName, String clusterName)"
|
||||||
|
name: "getByResourceGroup(String resourceGroupName, String clusterName)"
|
||||||
|
nameWithType: "ClustersClient.getByResourceGroup(String resourceGroupName, String clusterName)"
|
||||||
|
summary: "Gets a cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the cluster."
|
||||||
|
name: "clusterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract ClusterInner getByResourceGroup(String resourceGroupName, String clusterName)"
|
||||||
|
desc: "Gets a cluster.\n\nImplements cluster GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the cluster."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.getByResourceGroupWithResponse(String resourceGroupName, String clusterName, Context context)"
|
||||||
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String clusterName, Context context)"
|
||||||
|
nameWithType: "ClustersClient.getByResourceGroupWithResponse(String resourceGroupName, String clusterName, Context context)"
|
||||||
|
summary: "Gets a cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the cluster."
|
||||||
|
name: "clusterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 Response<ClusterInner> getByResourceGroupWithResponse(String resourceGroupName, String clusterName, Context context)"
|
||||||
|
desc: "Gets a cluster.\n\nImplements cluster GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the cluster along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.list()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.list()"
|
||||||
|
name: "list()"
|
||||||
|
nameWithType: "ClustersClient.list()"
|
||||||
|
summary: "Implements GET clusters in a subscription."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract PagedIterable<ClusterInner> list()"
|
||||||
|
desc: "Implements GET clusters in a subscription.\n\nList of clusters in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of Clusters as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.list(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.list(Context context)"
|
||||||
|
name: "list(Context context)"
|
||||||
|
nameWithType: "ClustersClient.list(Context context)"
|
||||||
|
summary: "Implements GET clusters in a subscription."
|
||||||
|
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 PagedIterable<ClusterInner> list(Context context)"
|
||||||
|
desc: "Implements GET clusters in a subscription.\n\nList of clusters in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of Clusters as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.listByResourceGroup(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.listByResourceGroup(String resourceGroupName)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName)"
|
||||||
|
nameWithType: "ClustersClient.listByResourceGroup(String resourceGroupName)"
|
||||||
|
summary: "Implements GET clusters in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract PagedIterable<ClusterInner> listByResourceGroup(String resourceGroupName)"
|
||||||
|
desc: "Implements GET clusters in a resource group.\n\nList of clusters in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of Clusters as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
nameWithType: "ClustersClient.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
summary: "Implements GET clusters in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 PagedIterable<ClusterInner> listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
desc: "Implements GET clusters in a resource group.\n\nList of clusters in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of Clusters as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.update(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.update(String resourceGroupName, String clusterName)"
|
||||||
|
name: "update(String resourceGroupName, String clusterName)"
|
||||||
|
nameWithType: "ClustersClient.update(String resourceGroupName, String clusterName)"
|
||||||
|
summary: "Updates a cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the cluster."
|
||||||
|
name: "clusterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract ClusterInner update(String resourceGroupName, String clusterName)"
|
||||||
|
desc: "Updates a cluster.\n\nAPI to update certain properties of the cluster resource."
|
||||||
|
returns:
|
||||||
|
description: "define the cluster."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.updateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.models.ResourcePatch,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient.updateWithResponse(String resourceGroupName, String clusterName, ResourcePatch body, Context context)"
|
||||||
|
name: "updateWithResponse(String resourceGroupName, String clusterName, ResourcePatch body, Context context)"
|
||||||
|
nameWithType: "ClustersClient.updateWithResponse(String resourceGroupName, String clusterName, ResourcePatch body, Context context)"
|
||||||
|
summary: "Updates a cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the cluster."
|
||||||
|
name: "clusterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Resource properties to update."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourcePatch?alt=com.azure.resourcemanager.connectedvmware.models.ResourcePatch&text=ResourcePatch\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 Response<ClusterInner> updateWithResponse(String resourceGroupName, String clusterName, ResourcePatch body, Context context)"
|
||||||
|
desc: "Updates a cluster.\n\nAPI to update certain properties of the cluster resource."
|
||||||
|
returns:
|
||||||
|
description: "define the cluster along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
type: "interface"
|
||||||
|
desc: "An instance of this class provides access to all the operations defined in ClustersClient."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,217 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient"
|
||||||
|
name: "ConnectedVMwareClient"
|
||||||
|
nameWithType: "ConnectedVMwareClient"
|
||||||
|
summary: "The interface for Connected<wbr>VMware<wbr>Client class."
|
||||||
|
syntax: "public interface **ConnectedVMwareClient**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getApiVersion()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getApiVersion()"
|
||||||
|
name: "getApiVersion()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getApiVersion()"
|
||||||
|
summary: "Gets Api Version."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String getApiVersion()"
|
||||||
|
desc: "Gets Api Version."
|
||||||
|
returns:
|
||||||
|
description: "the apiVersion value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getClusters()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getClusters()"
|
||||||
|
name: "getClusters()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getClusters()"
|
||||||
|
summary: "Gets the Clusters<wbr>Client object to access its operations."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract ClustersClient getClusters()"
|
||||||
|
desc: "Gets the ClustersClient object to access its operations."
|
||||||
|
returns:
|
||||||
|
description: "the ClustersClient object."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.ClustersClient?alt=com.azure.resourcemanager.connectedvmware.fluent.ClustersClient&text=ClustersClient\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getDatastores()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getDatastores()"
|
||||||
|
name: "getDatastores()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getDatastores()"
|
||||||
|
summary: "Gets the Datastores<wbr>Client object to access its operations."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract DatastoresClient getDatastores()"
|
||||||
|
desc: "Gets the DatastoresClient object to access its operations."
|
||||||
|
returns:
|
||||||
|
description: "the DatastoresClient object."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient?alt=com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient&text=DatastoresClient\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getDefaultPollInterval()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getDefaultPollInterval()"
|
||||||
|
name: "getDefaultPollInterval()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getDefaultPollInterval()"
|
||||||
|
summary: "Gets The default poll interval for long-running operation."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Duration getDefaultPollInterval()"
|
||||||
|
desc: "Gets The default poll interval for long-running operation."
|
||||||
|
returns:
|
||||||
|
description: "the defaultPollInterval value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/Duration.html\">Duration</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getEndpoint()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getEndpoint()"
|
||||||
|
name: "getEndpoint()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getEndpoint()"
|
||||||
|
summary: "Gets server parameter."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String getEndpoint()"
|
||||||
|
desc: "Gets server parameter."
|
||||||
|
returns:
|
||||||
|
description: "the endpoint value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getHosts()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getHosts()"
|
||||||
|
name: "getHosts()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getHosts()"
|
||||||
|
summary: "Gets the Hosts<wbr>Client object to access its operations."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract HostsClient getHosts()"
|
||||||
|
desc: "Gets the HostsClient object to access its operations."
|
||||||
|
returns:
|
||||||
|
description: "the HostsClient object."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.HostsClient?alt=com.azure.resourcemanager.connectedvmware.fluent.HostsClient&text=HostsClient\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getHttpPipeline()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getHttpPipeline()"
|
||||||
|
name: "getHttpPipeline()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getHttpPipeline()"
|
||||||
|
summary: "Gets The HTTP pipeline to send requests through."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract HttpPipeline getHttpPipeline()"
|
||||||
|
desc: "Gets The HTTP pipeline to send requests through."
|
||||||
|
returns:
|
||||||
|
description: "the httpPipeline value."
|
||||||
|
type: "<xref href=\"com.azure.core.http.HttpPipeline?alt=com.azure.core.http.HttpPipeline&text=HttpPipeline\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getInventoryItems()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getInventoryItems()"
|
||||||
|
name: "getInventoryItems()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getInventoryItems()"
|
||||||
|
summary: "Gets the Inventory<wbr>Items<wbr>Client object to access its operations."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract InventoryItemsClient getInventoryItems()"
|
||||||
|
desc: "Gets the InventoryItemsClient object to access its operations."
|
||||||
|
returns:
|
||||||
|
description: "the InventoryItemsClient object."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient?alt=com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient&text=InventoryItemsClient\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getOperations()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getOperations()"
|
||||||
|
name: "getOperations()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getOperations()"
|
||||||
|
summary: "Gets the Operations<wbr>Client object to access its operations."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract OperationsClient getOperations()"
|
||||||
|
desc: "Gets the OperationsClient object to access its operations."
|
||||||
|
returns:
|
||||||
|
description: "the OperationsClient object."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.OperationsClient?alt=com.azure.resourcemanager.connectedvmware.fluent.OperationsClient&text=OperationsClient\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getResourcePools()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getResourcePools()"
|
||||||
|
name: "getResourcePools()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getResourcePools()"
|
||||||
|
summary: "Gets the Resource<wbr>Pools<wbr>Client object to access its operations."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract ResourcePoolsClient getResourcePools()"
|
||||||
|
desc: "Gets the ResourcePoolsClient object to access its operations."
|
||||||
|
returns:
|
||||||
|
description: "the ResourcePoolsClient object."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient?alt=com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient&text=ResourcePoolsClient\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getSubscriptionId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getSubscriptionId()"
|
||||||
|
name: "getSubscriptionId()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getSubscriptionId()"
|
||||||
|
summary: "Gets The Subscription ID."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String getSubscriptionId()"
|
||||||
|
desc: "Gets The Subscription ID."
|
||||||
|
returns:
|
||||||
|
description: "the subscriptionId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getVCenters()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getVCenters()"
|
||||||
|
name: "getVCenters()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getVCenters()"
|
||||||
|
summary: "Gets the VCenters<wbr>Client object to access its operations."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract VCentersClient getVCenters()"
|
||||||
|
desc: "Gets the VCentersClient object to access its operations."
|
||||||
|
returns:
|
||||||
|
description: "the VCentersClient object."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.VCentersClient?alt=com.azure.resourcemanager.connectedvmware.fluent.VCentersClient&text=VCentersClient\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getVMInstanceGuestAgents()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getVMInstanceGuestAgents()"
|
||||||
|
name: "getVMInstanceGuestAgents()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getVMInstanceGuestAgents()"
|
||||||
|
summary: "Gets the VMInstance<wbr>Guest<wbr>Agents<wbr>Client object to access its operations."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract VMInstanceGuestAgentsClient getVMInstanceGuestAgents()"
|
||||||
|
desc: "Gets the VMInstanceGuestAgentsClient object to access its operations."
|
||||||
|
returns:
|
||||||
|
description: "the VMInstanceGuestAgentsClient object."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient?alt=com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient&text=VMInstanceGuestAgentsClient\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getVirtualMachineInstances()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getVirtualMachineInstances()"
|
||||||
|
name: "getVirtualMachineInstances()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getVirtualMachineInstances()"
|
||||||
|
summary: "Gets the Virtual<wbr>Machine<wbr>Instances<wbr>Client object to access its operations."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract VirtualMachineInstancesClient getVirtualMachineInstances()"
|
||||||
|
desc: "Gets the VirtualMachineInstancesClient object to access its operations."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstancesClient object."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient?alt=com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient&text=VirtualMachineInstancesClient\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getVirtualMachineTemplates()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getVirtualMachineTemplates()"
|
||||||
|
name: "getVirtualMachineTemplates()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getVirtualMachineTemplates()"
|
||||||
|
summary: "Gets the Virtual<wbr>Machine<wbr>Templates<wbr>Client object to access its operations."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract VirtualMachineTemplatesClient getVirtualMachineTemplates()"
|
||||||
|
desc: "Gets the VirtualMachineTemplatesClient object to access its operations."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineTemplatesClient object."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient?alt=com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient&text=VirtualMachineTemplatesClient\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getVirtualNetworks()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getVirtualNetworks()"
|
||||||
|
name: "getVirtualNetworks()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getVirtualNetworks()"
|
||||||
|
summary: "Gets the Virtual<wbr>Networks<wbr>Client object to access its operations."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract VirtualNetworksClient getVirtualNetworks()"
|
||||||
|
desc: "Gets the VirtualNetworksClient object to access its operations."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualNetworksClient object."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient?alt=com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient&text=VirtualNetworksClient\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getVmInstanceHybridIdentityMetadatas()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient.getVmInstanceHybridIdentityMetadatas()"
|
||||||
|
name: "getVmInstanceHybridIdentityMetadatas()"
|
||||||
|
nameWithType: "ConnectedVMwareClient.getVmInstanceHybridIdentityMetadatas()"
|
||||||
|
summary: "Gets the Vm<wbr>Instance<wbr>Hybrid<wbr>Identity<wbr>Metadatas<wbr>Client object to access its operations."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract VmInstanceHybridIdentityMetadatasClient getVmInstanceHybridIdentityMetadatas()"
|
||||||
|
desc: "Gets the VmInstanceHybridIdentityMetadatasClient object to access its operations."
|
||||||
|
returns:
|
||||||
|
description: "the VmInstanceHybridIdentityMetadatasClient object."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.VmInstanceHybridIdentityMetadatasClient?alt=com.azure.resourcemanager.connectedvmware.fluent.VmInstanceHybridIdentityMetadatasClient&text=VmInstanceHybridIdentityMetadatasClient\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The interface for ConnectedVMwareClient class."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,331 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient"
|
||||||
|
name: "DatastoresClient"
|
||||||
|
nameWithType: "DatastoresClient"
|
||||||
|
summary: "An instance of this class provides access to all the operations defined in Datastores<wbr>Client."
|
||||||
|
syntax: "public interface **DatastoresClient**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.beginCreate(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.beginCreate(String resourceGroupName, String datastoreName)"
|
||||||
|
name: "beginCreate(String resourceGroupName, String datastoreName)"
|
||||||
|
nameWithType: "DatastoresClient.beginCreate(String resourceGroupName, String datastoreName)"
|
||||||
|
summary: "Implements datastore PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the datastore."
|
||||||
|
name: "datastoreName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<DatastoreInner>,DatastoreInner> beginCreate(String resourceGroupName, String datastoreName)"
|
||||||
|
desc: "Implements datastore PUT method.\n\nCreate Or Update datastore."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the datastore."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.beginCreate(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.beginCreate(String resourceGroupName, String datastoreName, DatastoreInner body, Context context)"
|
||||||
|
name: "beginCreate(String resourceGroupName, String datastoreName, DatastoreInner body, Context context)"
|
||||||
|
nameWithType: "DatastoresClient.beginCreate(String resourceGroupName, String datastoreName, DatastoreInner body, Context context)"
|
||||||
|
summary: "Implements datastore PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the datastore."
|
||||||
|
name: "datastoreName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 SyncPoller<PollResult<DatastoreInner>,DatastoreInner> beginCreate(String resourceGroupName, String datastoreName, DatastoreInner body, Context context)"
|
||||||
|
desc: "Implements datastore PUT method.\n\nCreate Or Update datastore."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the datastore."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.beginDelete(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.beginDelete(String resourceGroupName, String datastoreName)"
|
||||||
|
name: "beginDelete(String resourceGroupName, String datastoreName)"
|
||||||
|
nameWithType: "DatastoresClient.beginDelete(String resourceGroupName, String datastoreName)"
|
||||||
|
summary: "Deletes an datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the datastore."
|
||||||
|
name: "datastoreName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String datastoreName)"
|
||||||
|
desc: "Deletes an datastore.\n\nImplements datastore DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.beginDelete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.beginDelete(String resourceGroupName, String datastoreName, Boolean force, Context context)"
|
||||||
|
name: "beginDelete(String resourceGroupName, String datastoreName, Boolean force, Context context)"
|
||||||
|
nameWithType: "DatastoresClient.beginDelete(String resourceGroupName, String datastoreName, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the datastore."
|
||||||
|
name: "datastoreName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String datastoreName, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an datastore.\n\nImplements datastore DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.create(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.create(String resourceGroupName, String datastoreName)"
|
||||||
|
name: "create(String resourceGroupName, String datastoreName)"
|
||||||
|
nameWithType: "DatastoresClient.create(String resourceGroupName, String datastoreName)"
|
||||||
|
summary: "Implements datastore PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the datastore."
|
||||||
|
name: "datastoreName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract DatastoreInner create(String resourceGroupName, String datastoreName)"
|
||||||
|
desc: "Implements datastore PUT method.\n\nCreate Or Update datastore."
|
||||||
|
returns:
|
||||||
|
description: "define the datastore."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.create(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.create(String resourceGroupName, String datastoreName, DatastoreInner body, Context context)"
|
||||||
|
name: "create(String resourceGroupName, String datastoreName, DatastoreInner body, Context context)"
|
||||||
|
nameWithType: "DatastoresClient.create(String resourceGroupName, String datastoreName, DatastoreInner body, Context context)"
|
||||||
|
summary: "Implements datastore PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the datastore."
|
||||||
|
name: "datastoreName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 DatastoreInner create(String resourceGroupName, String datastoreName, DatastoreInner body, Context context)"
|
||||||
|
desc: "Implements datastore PUT method.\n\nCreate Or Update datastore."
|
||||||
|
returns:
|
||||||
|
description: "define the datastore."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.delete(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.delete(String resourceGroupName, String datastoreName)"
|
||||||
|
name: "delete(String resourceGroupName, String datastoreName)"
|
||||||
|
nameWithType: "DatastoresClient.delete(String resourceGroupName, String datastoreName)"
|
||||||
|
summary: "Deletes an datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the datastore."
|
||||||
|
name: "datastoreName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void delete(String resourceGroupName, String datastoreName)"
|
||||||
|
desc: "Deletes an datastore.\n\nImplements datastore DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.delete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.delete(String resourceGroupName, String datastoreName, Boolean force, Context context)"
|
||||||
|
name: "delete(String resourceGroupName, String datastoreName, Boolean force, Context context)"
|
||||||
|
nameWithType: "DatastoresClient.delete(String resourceGroupName, String datastoreName, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the datastore."
|
||||||
|
name: "datastoreName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 void delete(String resourceGroupName, String datastoreName, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an datastore.\n\nImplements datastore DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.getByResourceGroup(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.getByResourceGroup(String resourceGroupName, String datastoreName)"
|
||||||
|
name: "getByResourceGroup(String resourceGroupName, String datastoreName)"
|
||||||
|
nameWithType: "DatastoresClient.getByResourceGroup(String resourceGroupName, String datastoreName)"
|
||||||
|
summary: "Gets a datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the datastore."
|
||||||
|
name: "datastoreName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract DatastoreInner getByResourceGroup(String resourceGroupName, String datastoreName)"
|
||||||
|
desc: "Gets a datastore.\n\nImplements datastore GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the datastore."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.getByResourceGroupWithResponse(String resourceGroupName, String datastoreName, Context context)"
|
||||||
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String datastoreName, Context context)"
|
||||||
|
nameWithType: "DatastoresClient.getByResourceGroupWithResponse(String resourceGroupName, String datastoreName, Context context)"
|
||||||
|
summary: "Gets a datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the datastore."
|
||||||
|
name: "datastoreName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 Response<DatastoreInner> getByResourceGroupWithResponse(String resourceGroupName, String datastoreName, Context context)"
|
||||||
|
desc: "Gets a datastore.\n\nImplements datastore GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the datastore along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.list()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.list()"
|
||||||
|
name: "list()"
|
||||||
|
nameWithType: "DatastoresClient.list()"
|
||||||
|
summary: "Implements GET datastores in a subscription."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract PagedIterable<DatastoreInner> list()"
|
||||||
|
desc: "Implements GET datastores in a subscription.\n\nList of datastores in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of Datastores as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.list(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.list(Context context)"
|
||||||
|
name: "list(Context context)"
|
||||||
|
nameWithType: "DatastoresClient.list(Context context)"
|
||||||
|
summary: "Implements GET datastores in a subscription."
|
||||||
|
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 PagedIterable<DatastoreInner> list(Context context)"
|
||||||
|
desc: "Implements GET datastores in a subscription.\n\nList of datastores in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of Datastores as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.listByResourceGroup(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.listByResourceGroup(String resourceGroupName)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName)"
|
||||||
|
nameWithType: "DatastoresClient.listByResourceGroup(String resourceGroupName)"
|
||||||
|
summary: "Implements GET datastores in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract PagedIterable<DatastoreInner> listByResourceGroup(String resourceGroupName)"
|
||||||
|
desc: "Implements GET datastores in a resource group.\n\nList of datastores in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of Datastores as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
nameWithType: "DatastoresClient.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
summary: "Implements GET datastores in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 PagedIterable<DatastoreInner> listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
desc: "Implements GET datastores in a resource group.\n\nList of datastores in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of Datastores as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.update(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.update(String resourceGroupName, String datastoreName)"
|
||||||
|
name: "update(String resourceGroupName, String datastoreName)"
|
||||||
|
nameWithType: "DatastoresClient.update(String resourceGroupName, String datastoreName)"
|
||||||
|
summary: "Updates a datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the datastore."
|
||||||
|
name: "datastoreName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract DatastoreInner update(String resourceGroupName, String datastoreName)"
|
||||||
|
desc: "Updates a datastore.\n\nAPI to update certain properties of the datastore resource."
|
||||||
|
returns:
|
||||||
|
description: "define the datastore."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.updateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.models.ResourcePatch,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient.updateWithResponse(String resourceGroupName, String datastoreName, ResourcePatch body, Context context)"
|
||||||
|
name: "updateWithResponse(String resourceGroupName, String datastoreName, ResourcePatch body, Context context)"
|
||||||
|
nameWithType: "DatastoresClient.updateWithResponse(String resourceGroupName, String datastoreName, ResourcePatch body, Context context)"
|
||||||
|
summary: "Updates a datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the datastore."
|
||||||
|
name: "datastoreName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Resource properties to update."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourcePatch?alt=com.azure.resourcemanager.connectedvmware.models.ResourcePatch&text=ResourcePatch\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 Response<DatastoreInner> updateWithResponse(String resourceGroupName, String datastoreName, ResourcePatch body, Context context)"
|
||||||
|
desc: "Updates a datastore.\n\nAPI to update certain properties of the datastore resource."
|
||||||
|
returns:
|
||||||
|
description: "define the datastore along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
type: "interface"
|
||||||
|
desc: "An instance of this class provides access to all the operations defined in DatastoresClient."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,331 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient"
|
||||||
|
name: "HostsClient"
|
||||||
|
nameWithType: "HostsClient"
|
||||||
|
summary: "An instance of this class provides access to all the operations defined in Hosts<wbr>Client."
|
||||||
|
syntax: "public interface **HostsClient**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.beginCreate(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.beginCreate(String resourceGroupName, String hostname)"
|
||||||
|
name: "beginCreate(String resourceGroupName, String hostname)"
|
||||||
|
nameWithType: "HostsClient.beginCreate(String resourceGroupName, String hostname)"
|
||||||
|
summary: "Implements host PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the host."
|
||||||
|
name: "hostname"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<HostModelInner>,HostModelInner> beginCreate(String resourceGroupName, String hostname)"
|
||||||
|
desc: "Implements host PUT method.\n\nCreate Or Update host."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the host."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.beginCreate(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.beginCreate(String resourceGroupName, String hostname, HostModelInner body, Context context)"
|
||||||
|
name: "beginCreate(String resourceGroupName, String hostname, HostModelInner body, Context context)"
|
||||||
|
nameWithType: "HostsClient.beginCreate(String resourceGroupName, String hostname, HostModelInner body, Context context)"
|
||||||
|
summary: "Implements host PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the host."
|
||||||
|
name: "hostname"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 SyncPoller<PollResult<HostModelInner>,HostModelInner> beginCreate(String resourceGroupName, String hostname, HostModelInner body, Context context)"
|
||||||
|
desc: "Implements host PUT method.\n\nCreate Or Update host."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the host."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.beginDelete(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.beginDelete(String resourceGroupName, String hostname)"
|
||||||
|
name: "beginDelete(String resourceGroupName, String hostname)"
|
||||||
|
nameWithType: "HostsClient.beginDelete(String resourceGroupName, String hostname)"
|
||||||
|
summary: "Deletes an host."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the host."
|
||||||
|
name: "hostname"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String hostname)"
|
||||||
|
desc: "Deletes an host.\n\nImplements host DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.beginDelete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.beginDelete(String resourceGroupName, String hostname, Boolean force, Context context)"
|
||||||
|
name: "beginDelete(String resourceGroupName, String hostname, Boolean force, Context context)"
|
||||||
|
nameWithType: "HostsClient.beginDelete(String resourceGroupName, String hostname, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an host."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the host."
|
||||||
|
name: "hostname"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String hostname, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an host.\n\nImplements host DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.create(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.create(String resourceGroupName, String hostname)"
|
||||||
|
name: "create(String resourceGroupName, String hostname)"
|
||||||
|
nameWithType: "HostsClient.create(String resourceGroupName, String hostname)"
|
||||||
|
summary: "Implements host PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the host."
|
||||||
|
name: "hostname"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract HostModelInner create(String resourceGroupName, String hostname)"
|
||||||
|
desc: "Implements host PUT method.\n\nCreate Or Update host."
|
||||||
|
returns:
|
||||||
|
description: "define the host."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.create(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.create(String resourceGroupName, String hostname, HostModelInner body, Context context)"
|
||||||
|
name: "create(String resourceGroupName, String hostname, HostModelInner body, Context context)"
|
||||||
|
nameWithType: "HostsClient.create(String resourceGroupName, String hostname, HostModelInner body, Context context)"
|
||||||
|
summary: "Implements host PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the host."
|
||||||
|
name: "hostname"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 HostModelInner create(String resourceGroupName, String hostname, HostModelInner body, Context context)"
|
||||||
|
desc: "Implements host PUT method.\n\nCreate Or Update host."
|
||||||
|
returns:
|
||||||
|
description: "define the host."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.delete(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.delete(String resourceGroupName, String hostname)"
|
||||||
|
name: "delete(String resourceGroupName, String hostname)"
|
||||||
|
nameWithType: "HostsClient.delete(String resourceGroupName, String hostname)"
|
||||||
|
summary: "Deletes an host."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the host."
|
||||||
|
name: "hostname"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void delete(String resourceGroupName, String hostname)"
|
||||||
|
desc: "Deletes an host.\n\nImplements host DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.delete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.delete(String resourceGroupName, String hostname, Boolean force, Context context)"
|
||||||
|
name: "delete(String resourceGroupName, String hostname, Boolean force, Context context)"
|
||||||
|
nameWithType: "HostsClient.delete(String resourceGroupName, String hostname, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an host."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the host."
|
||||||
|
name: "hostname"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 void delete(String resourceGroupName, String hostname, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an host.\n\nImplements host DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.getByResourceGroup(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.getByResourceGroup(String resourceGroupName, String hostname)"
|
||||||
|
name: "getByResourceGroup(String resourceGroupName, String hostname)"
|
||||||
|
nameWithType: "HostsClient.getByResourceGroup(String resourceGroupName, String hostname)"
|
||||||
|
summary: "Gets a host."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the host."
|
||||||
|
name: "hostname"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract HostModelInner getByResourceGroup(String resourceGroupName, String hostname)"
|
||||||
|
desc: "Gets a host.\n\nImplements host GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the host."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.getByResourceGroupWithResponse(String resourceGroupName, String hostname, Context context)"
|
||||||
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String hostname, Context context)"
|
||||||
|
nameWithType: "HostsClient.getByResourceGroupWithResponse(String resourceGroupName, String hostname, Context context)"
|
||||||
|
summary: "Gets a host."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the host."
|
||||||
|
name: "hostname"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 Response<HostModelInner> getByResourceGroupWithResponse(String resourceGroupName, String hostname, Context context)"
|
||||||
|
desc: "Gets a host.\n\nImplements host GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the host along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.list()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.list()"
|
||||||
|
name: "list()"
|
||||||
|
nameWithType: "HostsClient.list()"
|
||||||
|
summary: "Implements GET hosts in a subscription."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract PagedIterable<HostModelInner> list()"
|
||||||
|
desc: "Implements GET hosts in a subscription.\n\nList of hosts in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of Hosts as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.list(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.list(Context context)"
|
||||||
|
name: "list(Context context)"
|
||||||
|
nameWithType: "HostsClient.list(Context context)"
|
||||||
|
summary: "Implements GET hosts in a subscription."
|
||||||
|
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 PagedIterable<HostModelInner> list(Context context)"
|
||||||
|
desc: "Implements GET hosts in a subscription.\n\nList of hosts in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of Hosts as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.listByResourceGroup(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.listByResourceGroup(String resourceGroupName)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName)"
|
||||||
|
nameWithType: "HostsClient.listByResourceGroup(String resourceGroupName)"
|
||||||
|
summary: "Implements GET hosts in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract PagedIterable<HostModelInner> listByResourceGroup(String resourceGroupName)"
|
||||||
|
desc: "Implements GET hosts in a resource group.\n\nList of hosts in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of Hosts as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
nameWithType: "HostsClient.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
summary: "Implements GET hosts in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 PagedIterable<HostModelInner> listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
desc: "Implements GET hosts in a resource group.\n\nList of hosts in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of Hosts as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.update(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.update(String resourceGroupName, String hostname)"
|
||||||
|
name: "update(String resourceGroupName, String hostname)"
|
||||||
|
nameWithType: "HostsClient.update(String resourceGroupName, String hostname)"
|
||||||
|
summary: "Updates a host."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the host."
|
||||||
|
name: "hostname"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract HostModelInner update(String resourceGroupName, String hostname)"
|
||||||
|
desc: "Updates a host.\n\nAPI to update certain properties of the host resource."
|
||||||
|
returns:
|
||||||
|
description: "define the host."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.updateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.models.ResourcePatch,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.HostsClient.updateWithResponse(String resourceGroupName, String hostname, ResourcePatch body, Context context)"
|
||||||
|
name: "updateWithResponse(String resourceGroupName, String hostname, ResourcePatch body, Context context)"
|
||||||
|
nameWithType: "HostsClient.updateWithResponse(String resourceGroupName, String hostname, ResourcePatch body, Context context)"
|
||||||
|
summary: "Updates a host."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the host."
|
||||||
|
name: "hostname"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Resource properties to update."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourcePatch?alt=com.azure.resourcemanager.connectedvmware.models.ResourcePatch&text=ResourcePatch\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 Response<HostModelInner> updateWithResponse(String resourceGroupName, String hostname, ResourcePatch body, Context context)"
|
||||||
|
desc: "Updates a host.\n\nAPI to update certain properties of the host resource."
|
||||||
|
returns:
|
||||||
|
description: "define the host along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
type: "interface"
|
||||||
|
desc: "An instance of this class provides access to all the operations defined in HostsClient."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,195 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient"
|
||||||
|
name: "InventoryItemsClient"
|
||||||
|
nameWithType: "InventoryItemsClient"
|
||||||
|
summary: "An instance of this class provides access to all the operations defined in Inventory<wbr>Items<wbr>Client."
|
||||||
|
syntax: "public interface **InventoryItemsClient**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient.create(java.lang.String,java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient.create(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
||||||
|
name: "create(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
||||||
|
nameWithType: "InventoryItemsClient.create(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
||||||
|
summary: "Implements Inventory<wbr>Item PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the inventoryItem."
|
||||||
|
name: "inventoryItemName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract InventoryItemInner create(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
||||||
|
desc: "Implements InventoryItem PUT method.\n\nCreate Or Update InventoryItem."
|
||||||
|
returns:
|
||||||
|
description: "defines the inventory item."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner&text=InventoryItemInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient.createWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient.createWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, InventoryItemInner body, Context context)"
|
||||||
|
name: "createWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, InventoryItemInner body, Context context)"
|
||||||
|
nameWithType: "InventoryItemsClient.createWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, InventoryItemInner body, Context context)"
|
||||||
|
summary: "Implements Inventory<wbr>Item PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the inventoryItem."
|
||||||
|
name: "inventoryItemName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner&text=InventoryItemInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 Response<InventoryItemInner> createWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, InventoryItemInner body, Context context)"
|
||||||
|
desc: "Implements InventoryItem PUT method.\n\nCreate Or Update InventoryItem."
|
||||||
|
returns:
|
||||||
|
description: "defines the inventory item along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner&text=InventoryItemInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient.delete(java.lang.String,java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient.delete(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
||||||
|
name: "delete(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
||||||
|
nameWithType: "InventoryItemsClient.delete(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
||||||
|
summary: "Deletes an inventory<wbr>Item."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the inventoryItem."
|
||||||
|
name: "inventoryItemName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void delete(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
||||||
|
desc: "Deletes an inventoryItem.\n\nImplements inventoryItem DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient.deleteWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, Context context)"
|
||||||
|
name: "deleteWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, Context context)"
|
||||||
|
nameWithType: "InventoryItemsClient.deleteWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, Context context)"
|
||||||
|
summary: "Deletes an inventory<wbr>Item."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the inventoryItem."
|
||||||
|
name: "inventoryItemName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 Response<Void> deleteWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, Context context)"
|
||||||
|
desc: "Deletes an inventoryItem.\n\nImplements inventoryItem DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient.get(java.lang.String,java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient.get(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
||||||
|
name: "get(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
||||||
|
nameWithType: "InventoryItemsClient.get(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
||||||
|
summary: "Gets Inventory<wbr>Item."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the inventoryItem."
|
||||||
|
name: "inventoryItemName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract InventoryItemInner get(String resourceGroupName, String vcenterName, String inventoryItemName)"
|
||||||
|
desc: "Gets InventoryItem.\n\nImplements InventoryItem GET method."
|
||||||
|
returns:
|
||||||
|
description: "defines the inventory item."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner&text=InventoryItemInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient.getWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, Context context)"
|
||||||
|
name: "getWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, Context context)"
|
||||||
|
nameWithType: "InventoryItemsClient.getWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, Context context)"
|
||||||
|
summary: "Gets Inventory<wbr>Item."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the inventoryItem."
|
||||||
|
name: "inventoryItemName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 Response<InventoryItemInner> getWithResponse(String resourceGroupName, String vcenterName, String inventoryItemName, Context context)"
|
||||||
|
desc: "Gets InventoryItem.\n\nImplements InventoryItem GET method."
|
||||||
|
returns:
|
||||||
|
description: "defines the inventory item along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner&text=InventoryItemInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient.listByVCenter(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient.listByVCenter(String resourceGroupName, String vcenterName)"
|
||||||
|
name: "listByVCenter(String resourceGroupName, String vcenterName)"
|
||||||
|
nameWithType: "InventoryItemsClient.listByVCenter(String resourceGroupName, String vcenterName)"
|
||||||
|
summary: "Implements GET inventory<wbr>Items in a v<wbr>Center."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract PagedIterable<InventoryItemInner> listByVCenter(String resourceGroupName, String vcenterName)"
|
||||||
|
desc: "Implements GET inventoryItems in a vCenter.\n\nReturns the list of inventoryItems of the given vCenter."
|
||||||
|
returns:
|
||||||
|
description: "list of InventoryItems as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner&text=InventoryItemInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient.listByVCenter(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient.listByVCenter(String resourceGroupName, String vcenterName, Context context)"
|
||||||
|
name: "listByVCenter(String resourceGroupName, String vcenterName, Context context)"
|
||||||
|
nameWithType: "InventoryItemsClient.listByVCenter(String resourceGroupName, String vcenterName, Context context)"
|
||||||
|
summary: "Implements GET inventory<wbr>Items in a v<wbr>Center."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 PagedIterable<InventoryItemInner> listByVCenter(String resourceGroupName, String vcenterName, Context context)"
|
||||||
|
desc: "Implements GET inventoryItems in a vCenter.\n\nReturns the list of inventoryItems of the given vCenter."
|
||||||
|
returns:
|
||||||
|
description: "list of InventoryItems as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner&text=InventoryItemInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
type: "interface"
|
||||||
|
desc: "An instance of this class provides access to all the operations defined in InventoryItemsClient."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,41 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.OperationsClient"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.OperationsClient"
|
||||||
|
name: "OperationsClient"
|
||||||
|
nameWithType: "OperationsClient"
|
||||||
|
summary: "An instance of this class provides access to all the operations defined in Operations<wbr>Client."
|
||||||
|
syntax: "public interface **OperationsClient**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.OperationsClient.list()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.OperationsClient.list()"
|
||||||
|
name: "list()"
|
||||||
|
nameWithType: "OperationsClient.list()"
|
||||||
|
summary: "Returns list of all operations."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract PagedIterable<OperationInner> list()"
|
||||||
|
desc: "Returns list of all operations."
|
||||||
|
returns:
|
||||||
|
description: "lists the operations available as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.OperationsClient.list(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.OperationsClient.list(Context context)"
|
||||||
|
name: "list(Context context)"
|
||||||
|
nameWithType: "OperationsClient.list(Context context)"
|
||||||
|
summary: "Returns list of all operations."
|
||||||
|
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 PagedIterable<OperationInner> list(Context context)"
|
||||||
|
desc: "Returns list of all operations."
|
||||||
|
returns:
|
||||||
|
description: "lists the operations available as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
type: "interface"
|
||||||
|
desc: "An instance of this class provides access to all the operations defined in OperationsClient."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,331 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient"
|
||||||
|
name: "ResourcePoolsClient"
|
||||||
|
nameWithType: "ResourcePoolsClient"
|
||||||
|
summary: "An instance of this class provides access to all the operations defined in Resource<wbr>Pools<wbr>Client."
|
||||||
|
syntax: "public interface **ResourcePoolsClient**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.beginCreate(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.beginCreate(String resourceGroupName, String resourcePoolName)"
|
||||||
|
name: "beginCreate(String resourceGroupName, String resourcePoolName)"
|
||||||
|
nameWithType: "ResourcePoolsClient.beginCreate(String resourceGroupName, String resourcePoolName)"
|
||||||
|
summary: "Implements resource<wbr>Pool PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the resourcePool."
|
||||||
|
name: "resourcePoolName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<ResourcePoolInner>,ResourcePoolInner> beginCreate(String resourceGroupName, String resourcePoolName)"
|
||||||
|
desc: "Implements resourcePool PUT method.\n\nCreate Or Update resourcePool."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the resourcePool."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.beginCreate(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.beginCreate(String resourceGroupName, String resourcePoolName, ResourcePoolInner body, Context context)"
|
||||||
|
name: "beginCreate(String resourceGroupName, String resourcePoolName, ResourcePoolInner body, Context context)"
|
||||||
|
nameWithType: "ResourcePoolsClient.beginCreate(String resourceGroupName, String resourcePoolName, ResourcePoolInner body, Context context)"
|
||||||
|
summary: "Implements resource<wbr>Pool PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the resourcePool."
|
||||||
|
name: "resourcePoolName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 SyncPoller<PollResult<ResourcePoolInner>,ResourcePoolInner> beginCreate(String resourceGroupName, String resourcePoolName, ResourcePoolInner body, Context context)"
|
||||||
|
desc: "Implements resourcePool PUT method.\n\nCreate Or Update resourcePool."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the resourcePool."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.beginDelete(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.beginDelete(String resourceGroupName, String resourcePoolName)"
|
||||||
|
name: "beginDelete(String resourceGroupName, String resourcePoolName)"
|
||||||
|
nameWithType: "ResourcePoolsClient.beginDelete(String resourceGroupName, String resourcePoolName)"
|
||||||
|
summary: "Deletes an resource<wbr>Pool."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the resourcePool."
|
||||||
|
name: "resourcePoolName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String resourcePoolName)"
|
||||||
|
desc: "Deletes an resourcePool.\n\nImplements resourcePool DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.beginDelete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.beginDelete(String resourceGroupName, String resourcePoolName, Boolean force, Context context)"
|
||||||
|
name: "beginDelete(String resourceGroupName, String resourcePoolName, Boolean force, Context context)"
|
||||||
|
nameWithType: "ResourcePoolsClient.beginDelete(String resourceGroupName, String resourcePoolName, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an resource<wbr>Pool."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the resourcePool."
|
||||||
|
name: "resourcePoolName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String resourcePoolName, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an resourcePool.\n\nImplements resourcePool DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.create(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.create(String resourceGroupName, String resourcePoolName)"
|
||||||
|
name: "create(String resourceGroupName, String resourcePoolName)"
|
||||||
|
nameWithType: "ResourcePoolsClient.create(String resourceGroupName, String resourcePoolName)"
|
||||||
|
summary: "Implements resource<wbr>Pool PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the resourcePool."
|
||||||
|
name: "resourcePoolName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract ResourcePoolInner create(String resourceGroupName, String resourcePoolName)"
|
||||||
|
desc: "Implements resourcePool PUT method.\n\nCreate Or Update resourcePool."
|
||||||
|
returns:
|
||||||
|
description: "define the resourcePool."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.create(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.create(String resourceGroupName, String resourcePoolName, ResourcePoolInner body, Context context)"
|
||||||
|
name: "create(String resourceGroupName, String resourcePoolName, ResourcePoolInner body, Context context)"
|
||||||
|
nameWithType: "ResourcePoolsClient.create(String resourceGroupName, String resourcePoolName, ResourcePoolInner body, Context context)"
|
||||||
|
summary: "Implements resource<wbr>Pool PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the resourcePool."
|
||||||
|
name: "resourcePoolName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 ResourcePoolInner create(String resourceGroupName, String resourcePoolName, ResourcePoolInner body, Context context)"
|
||||||
|
desc: "Implements resourcePool PUT method.\n\nCreate Or Update resourcePool."
|
||||||
|
returns:
|
||||||
|
description: "define the resourcePool."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.delete(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.delete(String resourceGroupName, String resourcePoolName)"
|
||||||
|
name: "delete(String resourceGroupName, String resourcePoolName)"
|
||||||
|
nameWithType: "ResourcePoolsClient.delete(String resourceGroupName, String resourcePoolName)"
|
||||||
|
summary: "Deletes an resource<wbr>Pool."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the resourcePool."
|
||||||
|
name: "resourcePoolName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void delete(String resourceGroupName, String resourcePoolName)"
|
||||||
|
desc: "Deletes an resourcePool.\n\nImplements resourcePool DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.delete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.delete(String resourceGroupName, String resourcePoolName, Boolean force, Context context)"
|
||||||
|
name: "delete(String resourceGroupName, String resourcePoolName, Boolean force, Context context)"
|
||||||
|
nameWithType: "ResourcePoolsClient.delete(String resourceGroupName, String resourcePoolName, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an resource<wbr>Pool."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the resourcePool."
|
||||||
|
name: "resourcePoolName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 void delete(String resourceGroupName, String resourcePoolName, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an resourcePool.\n\nImplements resourcePool DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.getByResourceGroup(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.getByResourceGroup(String resourceGroupName, String resourcePoolName)"
|
||||||
|
name: "getByResourceGroup(String resourceGroupName, String resourcePoolName)"
|
||||||
|
nameWithType: "ResourcePoolsClient.getByResourceGroup(String resourceGroupName, String resourcePoolName)"
|
||||||
|
summary: "Gets a resource<wbr>Pool."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the resourcePool."
|
||||||
|
name: "resourcePoolName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract ResourcePoolInner getByResourceGroup(String resourceGroupName, String resourcePoolName)"
|
||||||
|
desc: "Gets a resourcePool.\n\nImplements resourcePool GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the resourcePool."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.getByResourceGroupWithResponse(String resourceGroupName, String resourcePoolName, Context context)"
|
||||||
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String resourcePoolName, Context context)"
|
||||||
|
nameWithType: "ResourcePoolsClient.getByResourceGroupWithResponse(String resourceGroupName, String resourcePoolName, Context context)"
|
||||||
|
summary: "Gets a resource<wbr>Pool."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the resourcePool."
|
||||||
|
name: "resourcePoolName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 Response<ResourcePoolInner> getByResourceGroupWithResponse(String resourceGroupName, String resourcePoolName, Context context)"
|
||||||
|
desc: "Gets a resourcePool.\n\nImplements resourcePool GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the resourcePool along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.list()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.list()"
|
||||||
|
name: "list()"
|
||||||
|
nameWithType: "ResourcePoolsClient.list()"
|
||||||
|
summary: "Implements GET resource<wbr>Pools in a subscription."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract PagedIterable<ResourcePoolInner> list()"
|
||||||
|
desc: "Implements GET resourcePools in a subscription.\n\nList of resourcePools in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of ResourcePools as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.list(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.list(Context context)"
|
||||||
|
name: "list(Context context)"
|
||||||
|
nameWithType: "ResourcePoolsClient.list(Context context)"
|
||||||
|
summary: "Implements GET resource<wbr>Pools in a subscription."
|
||||||
|
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 PagedIterable<ResourcePoolInner> list(Context context)"
|
||||||
|
desc: "Implements GET resourcePools in a subscription.\n\nList of resourcePools in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of ResourcePools as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.listByResourceGroup(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.listByResourceGroup(String resourceGroupName)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName)"
|
||||||
|
nameWithType: "ResourcePoolsClient.listByResourceGroup(String resourceGroupName)"
|
||||||
|
summary: "Implements GET resource<wbr>Pools in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract PagedIterable<ResourcePoolInner> listByResourceGroup(String resourceGroupName)"
|
||||||
|
desc: "Implements GET resourcePools in a resource group.\n\nList of resourcePools in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of ResourcePools as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
nameWithType: "ResourcePoolsClient.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
summary: "Implements GET resource<wbr>Pools in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 PagedIterable<ResourcePoolInner> listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
desc: "Implements GET resourcePools in a resource group.\n\nList of resourcePools in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of ResourcePools as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.update(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.update(String resourceGroupName, String resourcePoolName)"
|
||||||
|
name: "update(String resourceGroupName, String resourcePoolName)"
|
||||||
|
nameWithType: "ResourcePoolsClient.update(String resourceGroupName, String resourcePoolName)"
|
||||||
|
summary: "Updates a resource<wbr>Pool."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the resourcePool."
|
||||||
|
name: "resourcePoolName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract ResourcePoolInner update(String resourceGroupName, String resourcePoolName)"
|
||||||
|
desc: "Updates a resourcePool.\n\nAPI to update certain properties of the resourcePool resource."
|
||||||
|
returns:
|
||||||
|
description: "define the resourcePool."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.updateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.models.ResourcePatch,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient.updateWithResponse(String resourceGroupName, String resourcePoolName, ResourcePatch body, Context context)"
|
||||||
|
name: "updateWithResponse(String resourceGroupName, String resourcePoolName, ResourcePatch body, Context context)"
|
||||||
|
nameWithType: "ResourcePoolsClient.updateWithResponse(String resourceGroupName, String resourcePoolName, ResourcePatch body, Context context)"
|
||||||
|
summary: "Updates a resource<wbr>Pool."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the resourcePool."
|
||||||
|
name: "resourcePoolName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Resource properties to update."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourcePatch?alt=com.azure.resourcemanager.connectedvmware.models.ResourcePatch&text=ResourcePatch\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 Response<ResourcePoolInner> updateWithResponse(String resourceGroupName, String resourcePoolName, ResourcePatch body, Context context)"
|
||||||
|
desc: "Updates a resourcePool.\n\nAPI to update certain properties of the resourcePool resource."
|
||||||
|
returns:
|
||||||
|
description: "define the resourcePool along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
type: "interface"
|
||||||
|
desc: "An instance of this class provides access to all the operations defined in ResourcePoolsClient."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,331 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient"
|
||||||
|
name: "VCentersClient"
|
||||||
|
nameWithType: "VCentersClient"
|
||||||
|
summary: "An instance of this class provides access to all the operations defined in VCenters<wbr>Client."
|
||||||
|
syntax: "public interface **VCentersClient**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.beginCreate(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.beginCreate(String resourceGroupName, String vcenterName)"
|
||||||
|
name: "beginCreate(String resourceGroupName, String vcenterName)"
|
||||||
|
nameWithType: "VCentersClient.beginCreate(String resourceGroupName, String vcenterName)"
|
||||||
|
summary: "Implements v<wbr>Center PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<VCenterInner>,VCenterInner> beginCreate(String resourceGroupName, String vcenterName)"
|
||||||
|
desc: "Implements vCenter PUT method.\n\nCreate Or Update vCenter."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of defines the vCenter."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.beginCreate(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.beginCreate(String resourceGroupName, String vcenterName, VCenterInner body, Context context)"
|
||||||
|
name: "beginCreate(String resourceGroupName, String vcenterName, VCenterInner body, Context context)"
|
||||||
|
nameWithType: "VCentersClient.beginCreate(String resourceGroupName, String vcenterName, VCenterInner body, Context context)"
|
||||||
|
summary: "Implements v<wbr>Center PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 SyncPoller<PollResult<VCenterInner>,VCenterInner> beginCreate(String resourceGroupName, String vcenterName, VCenterInner body, Context context)"
|
||||||
|
desc: "Implements vCenter PUT method.\n\nCreate Or Update vCenter."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of defines the vCenter."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.beginDelete(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.beginDelete(String resourceGroupName, String vcenterName)"
|
||||||
|
name: "beginDelete(String resourceGroupName, String vcenterName)"
|
||||||
|
nameWithType: "VCentersClient.beginDelete(String resourceGroupName, String vcenterName)"
|
||||||
|
summary: "Deletes an v<wbr>Center."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String vcenterName)"
|
||||||
|
desc: "Deletes an vCenter.\n\nImplements vCenter DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.beginDelete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.beginDelete(String resourceGroupName, String vcenterName, Boolean force, Context context)"
|
||||||
|
name: "beginDelete(String resourceGroupName, String vcenterName, Boolean force, Context context)"
|
||||||
|
nameWithType: "VCentersClient.beginDelete(String resourceGroupName, String vcenterName, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an v<wbr>Center."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String vcenterName, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an vCenter.\n\nImplements vCenter DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.create(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.create(String resourceGroupName, String vcenterName)"
|
||||||
|
name: "create(String resourceGroupName, String vcenterName)"
|
||||||
|
nameWithType: "VCentersClient.create(String resourceGroupName, String vcenterName)"
|
||||||
|
summary: "Implements v<wbr>Center PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract VCenterInner create(String resourceGroupName, String vcenterName)"
|
||||||
|
desc: "Implements vCenter PUT method.\n\nCreate Or Update vCenter."
|
||||||
|
returns:
|
||||||
|
description: "defines the vCenter."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.create(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.create(String resourceGroupName, String vcenterName, VCenterInner body, Context context)"
|
||||||
|
name: "create(String resourceGroupName, String vcenterName, VCenterInner body, Context context)"
|
||||||
|
nameWithType: "VCentersClient.create(String resourceGroupName, String vcenterName, VCenterInner body, Context context)"
|
||||||
|
summary: "Implements v<wbr>Center PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 VCenterInner create(String resourceGroupName, String vcenterName, VCenterInner body, Context context)"
|
||||||
|
desc: "Implements vCenter PUT method.\n\nCreate Or Update vCenter."
|
||||||
|
returns:
|
||||||
|
description: "defines the vCenter."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.delete(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.delete(String resourceGroupName, String vcenterName)"
|
||||||
|
name: "delete(String resourceGroupName, String vcenterName)"
|
||||||
|
nameWithType: "VCentersClient.delete(String resourceGroupName, String vcenterName)"
|
||||||
|
summary: "Deletes an v<wbr>Center."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void delete(String resourceGroupName, String vcenterName)"
|
||||||
|
desc: "Deletes an vCenter.\n\nImplements vCenter DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.delete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.delete(String resourceGroupName, String vcenterName, Boolean force, Context context)"
|
||||||
|
name: "delete(String resourceGroupName, String vcenterName, Boolean force, Context context)"
|
||||||
|
nameWithType: "VCentersClient.delete(String resourceGroupName, String vcenterName, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an v<wbr>Center."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 void delete(String resourceGroupName, String vcenterName, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an vCenter.\n\nImplements vCenter DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.getByResourceGroup(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.getByResourceGroup(String resourceGroupName, String vcenterName)"
|
||||||
|
name: "getByResourceGroup(String resourceGroupName, String vcenterName)"
|
||||||
|
nameWithType: "VCentersClient.getByResourceGroup(String resourceGroupName, String vcenterName)"
|
||||||
|
summary: "Gets a v<wbr>Center."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract VCenterInner getByResourceGroup(String resourceGroupName, String vcenterName)"
|
||||||
|
desc: "Gets a vCenter.\n\nImplements vCenter GET method."
|
||||||
|
returns:
|
||||||
|
description: "defines the vCenter."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.getByResourceGroupWithResponse(String resourceGroupName, String vcenterName, Context context)"
|
||||||
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String vcenterName, Context context)"
|
||||||
|
nameWithType: "VCentersClient.getByResourceGroupWithResponse(String resourceGroupName, String vcenterName, Context context)"
|
||||||
|
summary: "Gets a v<wbr>Center."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 Response<VCenterInner> getByResourceGroupWithResponse(String resourceGroupName, String vcenterName, Context context)"
|
||||||
|
desc: "Gets a vCenter.\n\nImplements vCenter GET method."
|
||||||
|
returns:
|
||||||
|
description: "defines the vCenter along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.list()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.list()"
|
||||||
|
name: "list()"
|
||||||
|
nameWithType: "VCentersClient.list()"
|
||||||
|
summary: "Implements GET v<wbr>Centers in a subscription."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract PagedIterable<VCenterInner> list()"
|
||||||
|
desc: "Implements GET vCenters in a subscription.\n\nList of vCenters in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of VCenters as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.list(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.list(Context context)"
|
||||||
|
name: "list(Context context)"
|
||||||
|
nameWithType: "VCentersClient.list(Context context)"
|
||||||
|
summary: "Implements GET v<wbr>Centers in a subscription."
|
||||||
|
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 PagedIterable<VCenterInner> list(Context context)"
|
||||||
|
desc: "Implements GET vCenters in a subscription.\n\nList of vCenters in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of VCenters as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.listByResourceGroup(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.listByResourceGroup(String resourceGroupName)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName)"
|
||||||
|
nameWithType: "VCentersClient.listByResourceGroup(String resourceGroupName)"
|
||||||
|
summary: "Implements GET v<wbr>Centers in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract PagedIterable<VCenterInner> listByResourceGroup(String resourceGroupName)"
|
||||||
|
desc: "Implements GET vCenters in a resource group.\n\nList of vCenters in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of VCenters as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
nameWithType: "VCentersClient.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
summary: "Implements GET v<wbr>Centers in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 PagedIterable<VCenterInner> listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
desc: "Implements GET vCenters in a resource group.\n\nList of vCenters in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of VCenters as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.update(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.update(String resourceGroupName, String vcenterName)"
|
||||||
|
name: "update(String resourceGroupName, String vcenterName)"
|
||||||
|
nameWithType: "VCentersClient.update(String resourceGroupName, String vcenterName)"
|
||||||
|
summary: "Updates a v<wbr>Center."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract VCenterInner update(String resourceGroupName, String vcenterName)"
|
||||||
|
desc: "Updates a vCenter.\n\nAPI to update certain properties of the vCenter resource."
|
||||||
|
returns:
|
||||||
|
description: "defines the vCenter."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.updateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.models.ResourcePatch,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient.updateWithResponse(String resourceGroupName, String vcenterName, ResourcePatch body, Context context)"
|
||||||
|
name: "updateWithResponse(String resourceGroupName, String vcenterName, ResourcePatch body, Context context)"
|
||||||
|
nameWithType: "VCentersClient.updateWithResponse(String resourceGroupName, String vcenterName, ResourcePatch body, Context context)"
|
||||||
|
summary: "Updates a v<wbr>Center."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the vCenter."
|
||||||
|
name: "vcenterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Resource properties to update."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourcePatch?alt=com.azure.resourcemanager.connectedvmware.models.ResourcePatch&text=ResourcePatch\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 Response<VCenterInner> updateWithResponse(String resourceGroupName, String vcenterName, ResourcePatch body, Context context)"
|
||||||
|
desc: "Updates a vCenter.\n\nAPI to update certain properties of the vCenter resource."
|
||||||
|
returns:
|
||||||
|
description: "defines the vCenter along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
type: "interface"
|
||||||
|
desc: "An instance of this class provides access to all the operations defined in VCentersClient."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,223 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient"
|
||||||
|
name: "VMInstanceGuestAgentsClient"
|
||||||
|
nameWithType: "VMInstanceGuestAgentsClient"
|
||||||
|
summary: "An instance of this class provides access to all the operations defined in VMInstance<wbr>Guest<wbr>Agents<wbr>Client."
|
||||||
|
syntax: "public interface **VMInstanceGuestAgentsClient**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.beginCreate(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.beginCreate(String resourceUri)"
|
||||||
|
name: "beginCreate(String resourceUri)"
|
||||||
|
nameWithType: "VMInstanceGuestAgentsClient.beginCreate(String resourceUri)"
|
||||||
|
summary: "Implements Guest<wbr>Agent PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<GuestAgentInner>,GuestAgentInner> beginCreate(String resourceUri)"
|
||||||
|
desc: "Implements GuestAgent PUT method.\n\nCreate Or Update GuestAgent."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of defines the GuestAgent."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.beginCreate(java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.beginCreate(String resourceUri, GuestAgentInner body, Context context)"
|
||||||
|
name: "beginCreate(String resourceUri, GuestAgentInner body, Context context)"
|
||||||
|
nameWithType: "VMInstanceGuestAgentsClient.beginCreate(String resourceUri, GuestAgentInner body, Context context)"
|
||||||
|
summary: "Implements Guest<wbr>Agent PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 SyncPoller<PollResult<GuestAgentInner>,GuestAgentInner> beginCreate(String resourceUri, GuestAgentInner body, Context context)"
|
||||||
|
desc: "Implements GuestAgent PUT method.\n\nCreate Or Update GuestAgent."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of defines the GuestAgent."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.beginDelete(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.beginDelete(String resourceUri)"
|
||||||
|
name: "beginDelete(String resourceUri)"
|
||||||
|
nameWithType: "VMInstanceGuestAgentsClient.beginDelete(String resourceUri)"
|
||||||
|
summary: "Deletes an Guest<wbr>Agent."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceUri)"
|
||||||
|
desc: "Deletes an GuestAgent.\n\nImplements GuestAgent DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.beginDelete(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.beginDelete(String resourceUri, Context context)"
|
||||||
|
name: "beginDelete(String resourceUri, Context context)"
|
||||||
|
nameWithType: "VMInstanceGuestAgentsClient.beginDelete(String resourceUri, Context context)"
|
||||||
|
summary: "Deletes an Guest<wbr>Agent."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceUri, Context context)"
|
||||||
|
desc: "Deletes an GuestAgent.\n\nImplements GuestAgent DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.create(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.create(String resourceUri)"
|
||||||
|
name: "create(String resourceUri)"
|
||||||
|
nameWithType: "VMInstanceGuestAgentsClient.create(String resourceUri)"
|
||||||
|
summary: "Implements Guest<wbr>Agent PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract GuestAgentInner create(String resourceUri)"
|
||||||
|
desc: "Implements GuestAgent PUT method.\n\nCreate Or Update GuestAgent."
|
||||||
|
returns:
|
||||||
|
description: "defines the GuestAgent."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.create(java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.create(String resourceUri, GuestAgentInner body, Context context)"
|
||||||
|
name: "create(String resourceUri, GuestAgentInner body, Context context)"
|
||||||
|
nameWithType: "VMInstanceGuestAgentsClient.create(String resourceUri, GuestAgentInner body, Context context)"
|
||||||
|
summary: "Implements Guest<wbr>Agent PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 GuestAgentInner create(String resourceUri, GuestAgentInner body, Context context)"
|
||||||
|
desc: "Implements GuestAgent PUT method.\n\nCreate Or Update GuestAgent."
|
||||||
|
returns:
|
||||||
|
description: "defines the GuestAgent."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.delete(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.delete(String resourceUri)"
|
||||||
|
name: "delete(String resourceUri)"
|
||||||
|
nameWithType: "VMInstanceGuestAgentsClient.delete(String resourceUri)"
|
||||||
|
summary: "Deletes an Guest<wbr>Agent."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void delete(String resourceUri)"
|
||||||
|
desc: "Deletes an GuestAgent.\n\nImplements GuestAgent DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.delete(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.delete(String resourceUri, Context context)"
|
||||||
|
name: "delete(String resourceUri, Context context)"
|
||||||
|
nameWithType: "VMInstanceGuestAgentsClient.delete(String resourceUri, Context context)"
|
||||||
|
summary: "Deletes an Guest<wbr>Agent."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 void delete(String resourceUri, Context context)"
|
||||||
|
desc: "Deletes an GuestAgent.\n\nImplements GuestAgent DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.get(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.get(String resourceUri)"
|
||||||
|
name: "get(String resourceUri)"
|
||||||
|
nameWithType: "VMInstanceGuestAgentsClient.get(String resourceUri)"
|
||||||
|
summary: "Gets Guest<wbr>Agent."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract GuestAgentInner get(String resourceUri)"
|
||||||
|
desc: "Gets GuestAgent.\n\nImplements GuestAgent GET method."
|
||||||
|
returns:
|
||||||
|
description: "defines the GuestAgent."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.getWithResponse(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.getWithResponse(String resourceUri, Context context)"
|
||||||
|
name: "getWithResponse(String resourceUri, Context context)"
|
||||||
|
nameWithType: "VMInstanceGuestAgentsClient.getWithResponse(String resourceUri, Context context)"
|
||||||
|
summary: "Gets Guest<wbr>Agent."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 Response<GuestAgentInner> getWithResponse(String resourceUri, Context context)"
|
||||||
|
desc: "Gets GuestAgent.\n\nImplements GuestAgent GET method."
|
||||||
|
returns:
|
||||||
|
description: "defines the GuestAgent along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.list(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.list(String resourceUri)"
|
||||||
|
name: "list(String resourceUri)"
|
||||||
|
nameWithType: "VMInstanceGuestAgentsClient.list(String resourceUri)"
|
||||||
|
summary: "Implements GET Guest<wbr>Agent in a vm."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract PagedIterable<GuestAgentInner> list(String resourceUri)"
|
||||||
|
desc: "Implements GET GuestAgent in a vm.\n\nReturns the list of GuestAgent of the given vm."
|
||||||
|
returns:
|
||||||
|
description: "list of GuestAgent as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.list(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient.list(String resourceUri, Context context)"
|
||||||
|
name: "list(String resourceUri, Context context)"
|
||||||
|
nameWithType: "VMInstanceGuestAgentsClient.list(String resourceUri, Context context)"
|
||||||
|
summary: "Implements GET Guest<wbr>Agent in a vm."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 PagedIterable<GuestAgentInner> list(String resourceUri, Context context)"
|
||||||
|
desc: "Implements GET GuestAgent in a vm.\n\nReturns the list of GuestAgent of the given vm."
|
||||||
|
returns:
|
||||||
|
description: "list of GuestAgent as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
type: "interface"
|
||||||
|
desc: "An instance of this class provides access to all the operations defined in VMInstanceGuestAgentsClient."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,509 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient"
|
||||||
|
name: "VirtualMachineInstancesClient"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient"
|
||||||
|
summary: "An instance of this class provides access to all the operations defined in Virtual<wbr>Machine<wbr>Instances<wbr>Client."
|
||||||
|
syntax: "public interface **VirtualMachineInstancesClient**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginCreateOrUpdate(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginCreateOrUpdate(String resourceUri)"
|
||||||
|
name: "beginCreateOrUpdate(String resourceUri)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.beginCreateOrUpdate(String resourceUri)"
|
||||||
|
summary: "Implements virtual machine PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<VirtualMachineInstanceInner>,VirtualMachineInstanceInner> beginCreateOrUpdate(String resourceUri)"
|
||||||
|
desc: "Implements virtual machine PUT method.\n\nThe operation to create or update a virtual machine instance. Please note some properties can be set only during virtual machine instance creation."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the virtualMachineInstance."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginCreateOrUpdate(java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginCreateOrUpdate(String resourceUri, VirtualMachineInstanceInner body, Context context)"
|
||||||
|
name: "beginCreateOrUpdate(String resourceUri, VirtualMachineInstanceInner body, Context context)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.beginCreateOrUpdate(String resourceUri, VirtualMachineInstanceInner body, Context context)"
|
||||||
|
summary: "Implements virtual machine PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 SyncPoller<PollResult<VirtualMachineInstanceInner>,VirtualMachineInstanceInner> beginCreateOrUpdate(String resourceUri, VirtualMachineInstanceInner body, Context context)"
|
||||||
|
desc: "Implements virtual machine PUT method.\n\nThe operation to create or update a virtual machine instance. Please note some properties can be set only during virtual machine instance creation."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the virtualMachineInstance."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginDelete(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginDelete(String resourceUri)"
|
||||||
|
name: "beginDelete(String resourceUri)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.beginDelete(String resourceUri)"
|
||||||
|
summary: "Deletes an virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceUri)"
|
||||||
|
desc: "Deletes an virtual machine.\n\nThe operation to delete a virtual machine instance."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginDelete(java.lang.String,java.lang.Boolean,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginDelete(String resourceUri, Boolean deleteFromHost, Boolean force, Context context)"
|
||||||
|
name: "beginDelete(String resourceUri, Boolean deleteFromHost, Boolean force, Context context)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.beginDelete(String resourceUri, Boolean deleteFromHost, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether to delete the VM from the vCenter."
|
||||||
|
name: "deleteFromHost"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceUri, Boolean deleteFromHost, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an virtual machine.\n\nThe operation to delete a virtual machine instance."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginRestart(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginRestart(String resourceUri)"
|
||||||
|
name: "beginRestart(String resourceUri)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.beginRestart(String resourceUri)"
|
||||||
|
summary: "Implements the operation to restart a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginRestart(String resourceUri)"
|
||||||
|
desc: "Implements the operation to restart a virtual machine.\n\nThe operation to restart a virtual machine instance."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginRestart(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginRestart(String resourceUri, Context context)"
|
||||||
|
name: "beginRestart(String resourceUri, Context context)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.beginRestart(String resourceUri, Context context)"
|
||||||
|
summary: "Implements the operation to restart a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 SyncPoller<PollResult<Void>,Void> beginRestart(String resourceUri, Context context)"
|
||||||
|
desc: "Implements the operation to restart a virtual machine.\n\nThe operation to restart a virtual machine instance."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginStart(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginStart(String resourceUri)"
|
||||||
|
name: "beginStart(String resourceUri)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.beginStart(String resourceUri)"
|
||||||
|
summary: "Implements the operation to start a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginStart(String resourceUri)"
|
||||||
|
desc: "Implements the operation to start a virtual machine.\n\nThe operation to start a virtual machine instance."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginStart(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginStart(String resourceUri, Context context)"
|
||||||
|
name: "beginStart(String resourceUri, Context context)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.beginStart(String resourceUri, Context context)"
|
||||||
|
summary: "Implements the operation to start a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 SyncPoller<PollResult<Void>,Void> beginStart(String resourceUri, Context context)"
|
||||||
|
desc: "Implements the operation to start a virtual machine.\n\nThe operation to start a virtual machine instance."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginStop(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginStop(String resourceUri)"
|
||||||
|
name: "beginStop(String resourceUri)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.beginStop(String resourceUri)"
|
||||||
|
summary: "Implements the operation to stop a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginStop(String resourceUri)"
|
||||||
|
desc: "Implements the operation to stop a virtual machine.\n\nThe operation to power off (stop) a virtual machine instance."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginStop(java.lang.String,com.azure.resourcemanager.connectedvmware.models.StopVirtualMachineOptions,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginStop(String resourceUri, StopVirtualMachineOptions body, Context context)"
|
||||||
|
name: "beginStop(String resourceUri, StopVirtualMachineOptions body, Context context)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.beginStop(String resourceUri, StopVirtualMachineOptions body, Context context)"
|
||||||
|
summary: "Implements the operation to stop a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Virtualmachine stop action payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.StopVirtualMachineOptions?alt=com.azure.resourcemanager.connectedvmware.models.StopVirtualMachineOptions&text=StopVirtualMachineOptions\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 SyncPoller<PollResult<Void>,Void> beginStop(String resourceUri, StopVirtualMachineOptions body, Context context)"
|
||||||
|
desc: "Implements the operation to stop a virtual machine.\n\nThe operation to power off (stop) a virtual machine instance."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginUpdate(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginUpdate(String resourceUri)"
|
||||||
|
name: "beginUpdate(String resourceUri)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.beginUpdate(String resourceUri)"
|
||||||
|
summary: "Updates a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<VirtualMachineInstanceInner>,VirtualMachineInstanceInner> beginUpdate(String resourceUri)"
|
||||||
|
desc: "Updates a virtual machine.\n\nThe operation to update a virtual machine instance."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the virtualMachineInstance."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginUpdate(java.lang.String,com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstanceUpdate,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.beginUpdate(String resourceUri, VirtualMachineInstanceUpdate body, Context context)"
|
||||||
|
name: "beginUpdate(String resourceUri, VirtualMachineInstanceUpdate body, Context context)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.beginUpdate(String resourceUri, VirtualMachineInstanceUpdate body, Context context)"
|
||||||
|
summary: "Updates a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Resource properties to update."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstanceUpdate?alt=com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstanceUpdate&text=VirtualMachineInstanceUpdate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 SyncPoller<PollResult<VirtualMachineInstanceInner>,VirtualMachineInstanceInner> beginUpdate(String resourceUri, VirtualMachineInstanceUpdate body, Context context)"
|
||||||
|
desc: "Updates a virtual machine.\n\nThe operation to update a virtual machine instance."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the virtualMachineInstance."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.createOrUpdate(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.createOrUpdate(String resourceUri)"
|
||||||
|
name: "createOrUpdate(String resourceUri)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.createOrUpdate(String resourceUri)"
|
||||||
|
summary: "Implements virtual machine PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract VirtualMachineInstanceInner createOrUpdate(String resourceUri)"
|
||||||
|
desc: "Implements virtual machine PUT method.\n\nThe operation to create or update a virtual machine instance. Please note some properties can be set only during virtual machine instance creation."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualMachineInstance."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.createOrUpdate(java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.createOrUpdate(String resourceUri, VirtualMachineInstanceInner body, Context context)"
|
||||||
|
name: "createOrUpdate(String resourceUri, VirtualMachineInstanceInner body, Context context)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.createOrUpdate(String resourceUri, VirtualMachineInstanceInner body, Context context)"
|
||||||
|
summary: "Implements virtual machine PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 VirtualMachineInstanceInner createOrUpdate(String resourceUri, VirtualMachineInstanceInner body, Context context)"
|
||||||
|
desc: "Implements virtual machine PUT method.\n\nThe operation to create or update a virtual machine instance. Please note some properties can be set only during virtual machine instance creation."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualMachineInstance."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.delete(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.delete(String resourceUri)"
|
||||||
|
name: "delete(String resourceUri)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.delete(String resourceUri)"
|
||||||
|
summary: "Deletes an virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void delete(String resourceUri)"
|
||||||
|
desc: "Deletes an virtual machine.\n\nThe operation to delete a virtual machine instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.delete(java.lang.String,java.lang.Boolean,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.delete(String resourceUri, Boolean deleteFromHost, Boolean force, Context context)"
|
||||||
|
name: "delete(String resourceUri, Boolean deleteFromHost, Boolean force, Context context)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.delete(String resourceUri, Boolean deleteFromHost, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether to delete the VM from the vCenter."
|
||||||
|
name: "deleteFromHost"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 void delete(String resourceUri, Boolean deleteFromHost, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an virtual machine.\n\nThe operation to delete a virtual machine instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.get(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.get(String resourceUri)"
|
||||||
|
name: "get(String resourceUri)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.get(String resourceUri)"
|
||||||
|
summary: "Gets a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract VirtualMachineInstanceInner get(String resourceUri)"
|
||||||
|
desc: "Gets a virtual machine.\n\nRetrieves information about a virtual machine instance."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualMachineInstance."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.getWithResponse(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.getWithResponse(String resourceUri, Context context)"
|
||||||
|
name: "getWithResponse(String resourceUri, Context context)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.getWithResponse(String resourceUri, Context context)"
|
||||||
|
summary: "Gets a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 Response<VirtualMachineInstanceInner> getWithResponse(String resourceUri, Context context)"
|
||||||
|
desc: "Gets a virtual machine.\n\nRetrieves information about a virtual machine instance."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualMachineInstance along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.list(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.list(String resourceUri)"
|
||||||
|
name: "list(String resourceUri)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.list(String resourceUri)"
|
||||||
|
summary: "Implements List virtual machine instances."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract PagedIterable<VirtualMachineInstanceInner> list(String resourceUri)"
|
||||||
|
desc: "Implements List virtual machine instances.\n\nLists all of the virtual machine instances within the specified parent resource."
|
||||||
|
returns:
|
||||||
|
description: "list of VirtualMachineInstances as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.list(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.list(String resourceUri, Context context)"
|
||||||
|
name: "list(String resourceUri, Context context)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.list(String resourceUri, Context context)"
|
||||||
|
summary: "Implements List virtual machine instances."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 PagedIterable<VirtualMachineInstanceInner> list(String resourceUri, Context context)"
|
||||||
|
desc: "Implements List virtual machine instances.\n\nLists all of the virtual machine instances within the specified parent resource."
|
||||||
|
returns:
|
||||||
|
description: "list of VirtualMachineInstances as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.restart(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.restart(String resourceUri)"
|
||||||
|
name: "restart(String resourceUri)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.restart(String resourceUri)"
|
||||||
|
summary: "Implements the operation to restart a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void restart(String resourceUri)"
|
||||||
|
desc: "Implements the operation to restart a virtual machine.\n\nThe operation to restart a virtual machine instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.restart(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.restart(String resourceUri, Context context)"
|
||||||
|
name: "restart(String resourceUri, Context context)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.restart(String resourceUri, Context context)"
|
||||||
|
summary: "Implements the operation to restart a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 void restart(String resourceUri, Context context)"
|
||||||
|
desc: "Implements the operation to restart a virtual machine.\n\nThe operation to restart a virtual machine instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.start(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.start(String resourceUri)"
|
||||||
|
name: "start(String resourceUri)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.start(String resourceUri)"
|
||||||
|
summary: "Implements the operation to start a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void start(String resourceUri)"
|
||||||
|
desc: "Implements the operation to start a virtual machine.\n\nThe operation to start a virtual machine instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.start(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.start(String resourceUri, Context context)"
|
||||||
|
name: "start(String resourceUri, Context context)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.start(String resourceUri, Context context)"
|
||||||
|
summary: "Implements the operation to start a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 void start(String resourceUri, Context context)"
|
||||||
|
desc: "Implements the operation to start a virtual machine.\n\nThe operation to start a virtual machine instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.stop(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.stop(String resourceUri)"
|
||||||
|
name: "stop(String resourceUri)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.stop(String resourceUri)"
|
||||||
|
summary: "Implements the operation to stop a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void stop(String resourceUri)"
|
||||||
|
desc: "Implements the operation to stop a virtual machine.\n\nThe operation to power off (stop) a virtual machine instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.stop(java.lang.String,com.azure.resourcemanager.connectedvmware.models.StopVirtualMachineOptions,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.stop(String resourceUri, StopVirtualMachineOptions body, Context context)"
|
||||||
|
name: "stop(String resourceUri, StopVirtualMachineOptions body, Context context)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.stop(String resourceUri, StopVirtualMachineOptions body, Context context)"
|
||||||
|
summary: "Implements the operation to stop a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Virtualmachine stop action payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.StopVirtualMachineOptions?alt=com.azure.resourcemanager.connectedvmware.models.StopVirtualMachineOptions&text=StopVirtualMachineOptions\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 void stop(String resourceUri, StopVirtualMachineOptions body, Context context)"
|
||||||
|
desc: "Implements the operation to stop a virtual machine.\n\nThe operation to power off (stop) a virtual machine instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.update(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.update(String resourceUri)"
|
||||||
|
name: "update(String resourceUri)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.update(String resourceUri)"
|
||||||
|
summary: "Updates a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract VirtualMachineInstanceInner update(String resourceUri)"
|
||||||
|
desc: "Updates a virtual machine.\n\nThe operation to update a virtual machine instance."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualMachineInstance."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.update(java.lang.String,com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstanceUpdate,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient.update(String resourceUri, VirtualMachineInstanceUpdate body, Context context)"
|
||||||
|
name: "update(String resourceUri, VirtualMachineInstanceUpdate body, Context context)"
|
||||||
|
nameWithType: "VirtualMachineInstancesClient.update(String resourceUri, VirtualMachineInstanceUpdate body, Context context)"
|
||||||
|
summary: "Updates a virtual machine."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Resource properties to update."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstanceUpdate?alt=com.azure.resourcemanager.connectedvmware.models.VirtualMachineInstanceUpdate&text=VirtualMachineInstanceUpdate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 VirtualMachineInstanceInner update(String resourceUri, VirtualMachineInstanceUpdate body, Context context)"
|
||||||
|
desc: "Updates a virtual machine.\n\nThe operation to update a virtual machine instance."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualMachineInstance."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "An instance of this class provides access to all the operations defined in VirtualMachineInstancesClient."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,331 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient"
|
||||||
|
name: "VirtualMachineTemplatesClient"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient"
|
||||||
|
summary: "An instance of this class provides access to all the operations defined in Virtual<wbr>Machine<wbr>Templates<wbr>Client."
|
||||||
|
syntax: "public interface **VirtualMachineTemplatesClient**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.beginCreate(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.beginCreate(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
name: "beginCreate(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient.beginCreate(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
summary: "Implements virtual machine template PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual machine template resource."
|
||||||
|
name: "virtualMachineTemplateName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<VirtualMachineTemplateInner>,VirtualMachineTemplateInner> beginCreate(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
desc: "Implements virtual machine template PUT method.\n\nCreate Or Update virtual machine template."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the virtualMachineTemplate."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.beginCreate(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.beginCreate(String resourceGroupName, String virtualMachineTemplateName, VirtualMachineTemplateInner body, Context context)"
|
||||||
|
name: "beginCreate(String resourceGroupName, String virtualMachineTemplateName, VirtualMachineTemplateInner body, Context context)"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient.beginCreate(String resourceGroupName, String virtualMachineTemplateName, VirtualMachineTemplateInner body, Context context)"
|
||||||
|
summary: "Implements virtual machine template PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual machine template resource."
|
||||||
|
name: "virtualMachineTemplateName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 SyncPoller<PollResult<VirtualMachineTemplateInner>,VirtualMachineTemplateInner> beginCreate(String resourceGroupName, String virtualMachineTemplateName, VirtualMachineTemplateInner body, Context context)"
|
||||||
|
desc: "Implements virtual machine template PUT method.\n\nCreate Or Update virtual machine template."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the virtualMachineTemplate."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.beginDelete(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.beginDelete(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
name: "beginDelete(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient.beginDelete(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
summary: "Deletes an virtual machine template."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual machine template resource."
|
||||||
|
name: "virtualMachineTemplateName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
desc: "Deletes an virtual machine template.\n\nImplements virtual machine template DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.beginDelete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.beginDelete(String resourceGroupName, String virtualMachineTemplateName, Boolean force, Context context)"
|
||||||
|
name: "beginDelete(String resourceGroupName, String virtualMachineTemplateName, Boolean force, Context context)"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient.beginDelete(String resourceGroupName, String virtualMachineTemplateName, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an virtual machine template."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual machine template resource."
|
||||||
|
name: "virtualMachineTemplateName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualMachineTemplateName, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an virtual machine template.\n\nImplements virtual machine template DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.create(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.create(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
name: "create(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient.create(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
summary: "Implements virtual machine template PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual machine template resource."
|
||||||
|
name: "virtualMachineTemplateName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract VirtualMachineTemplateInner create(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
desc: "Implements virtual machine template PUT method.\n\nCreate Or Update virtual machine template."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualMachineTemplate."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.create(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.create(String resourceGroupName, String virtualMachineTemplateName, VirtualMachineTemplateInner body, Context context)"
|
||||||
|
name: "create(String resourceGroupName, String virtualMachineTemplateName, VirtualMachineTemplateInner body, Context context)"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient.create(String resourceGroupName, String virtualMachineTemplateName, VirtualMachineTemplateInner body, Context context)"
|
||||||
|
summary: "Implements virtual machine template PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual machine template resource."
|
||||||
|
name: "virtualMachineTemplateName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 VirtualMachineTemplateInner create(String resourceGroupName, String virtualMachineTemplateName, VirtualMachineTemplateInner body, Context context)"
|
||||||
|
desc: "Implements virtual machine template PUT method.\n\nCreate Or Update virtual machine template."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualMachineTemplate."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.delete(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.delete(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
name: "delete(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient.delete(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
summary: "Deletes an virtual machine template."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual machine template resource."
|
||||||
|
name: "virtualMachineTemplateName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void delete(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
desc: "Deletes an virtual machine template.\n\nImplements virtual machine template DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.delete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.delete(String resourceGroupName, String virtualMachineTemplateName, Boolean force, Context context)"
|
||||||
|
name: "delete(String resourceGroupName, String virtualMachineTemplateName, Boolean force, Context context)"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient.delete(String resourceGroupName, String virtualMachineTemplateName, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an virtual machine template."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual machine template resource."
|
||||||
|
name: "virtualMachineTemplateName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 void delete(String resourceGroupName, String virtualMachineTemplateName, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an virtual machine template.\n\nImplements virtual machine template DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.getByResourceGroup(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.getByResourceGroup(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
name: "getByResourceGroup(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient.getByResourceGroup(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
summary: "Gets a virtual machine template."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual machine template resource."
|
||||||
|
name: "virtualMachineTemplateName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract VirtualMachineTemplateInner getByResourceGroup(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
desc: "Gets a virtual machine template.\n\nImplements virtual machine template GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualMachineTemplate."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.getByResourceGroupWithResponse(String resourceGroupName, String virtualMachineTemplateName, Context context)"
|
||||||
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String virtualMachineTemplateName, Context context)"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient.getByResourceGroupWithResponse(String resourceGroupName, String virtualMachineTemplateName, Context context)"
|
||||||
|
summary: "Gets a virtual machine template."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual machine template resource."
|
||||||
|
name: "virtualMachineTemplateName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 Response<VirtualMachineTemplateInner> getByResourceGroupWithResponse(String resourceGroupName, String virtualMachineTemplateName, Context context)"
|
||||||
|
desc: "Gets a virtual machine template.\n\nImplements virtual machine template GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualMachineTemplate along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.list()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.list()"
|
||||||
|
name: "list()"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient.list()"
|
||||||
|
summary: "Implements GET virtual<wbr>Machine<wbr>Templates in a subscription."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract PagedIterable<VirtualMachineTemplateInner> list()"
|
||||||
|
desc: "Implements GET virtualMachineTemplates in a subscription.\n\nList of virtualMachineTemplates in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of VirtualMachineTemplates as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.list(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.list(Context context)"
|
||||||
|
name: "list(Context context)"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient.list(Context context)"
|
||||||
|
summary: "Implements GET virtual<wbr>Machine<wbr>Templates in a subscription."
|
||||||
|
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 PagedIterable<VirtualMachineTemplateInner> list(Context context)"
|
||||||
|
desc: "Implements GET virtualMachineTemplates in a subscription.\n\nList of virtualMachineTemplates in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of VirtualMachineTemplates as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.listByResourceGroup(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.listByResourceGroup(String resourceGroupName)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName)"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient.listByResourceGroup(String resourceGroupName)"
|
||||||
|
summary: "Implements GET virtual<wbr>Machine<wbr>Templates in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract PagedIterable<VirtualMachineTemplateInner> listByResourceGroup(String resourceGroupName)"
|
||||||
|
desc: "Implements GET virtualMachineTemplates in a resource group.\n\nList of virtualMachineTemplates in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of VirtualMachineTemplates as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
summary: "Implements GET virtual<wbr>Machine<wbr>Templates in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 PagedIterable<VirtualMachineTemplateInner> listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
desc: "Implements GET virtualMachineTemplates in a resource group.\n\nList of virtualMachineTemplates in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of VirtualMachineTemplates as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.update(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.update(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
name: "update(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient.update(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
summary: "Updates a virtual machine template."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual machine template resource."
|
||||||
|
name: "virtualMachineTemplateName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract VirtualMachineTemplateInner update(String resourceGroupName, String virtualMachineTemplateName)"
|
||||||
|
desc: "Updates a virtual machine template.\n\nAPI to update certain properties of the virtual machine template resource."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualMachineTemplate."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.updateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.models.ResourcePatch,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient.updateWithResponse(String resourceGroupName, String virtualMachineTemplateName, ResourcePatch body, Context context)"
|
||||||
|
name: "updateWithResponse(String resourceGroupName, String virtualMachineTemplateName, ResourcePatch body, Context context)"
|
||||||
|
nameWithType: "VirtualMachineTemplatesClient.updateWithResponse(String resourceGroupName, String virtualMachineTemplateName, ResourcePatch body, Context context)"
|
||||||
|
summary: "Updates a virtual machine template."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual machine template resource."
|
||||||
|
name: "virtualMachineTemplateName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Resource properties to update."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourcePatch?alt=com.azure.resourcemanager.connectedvmware.models.ResourcePatch&text=ResourcePatch\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 Response<VirtualMachineTemplateInner> updateWithResponse(String resourceGroupName, String virtualMachineTemplateName, ResourcePatch body, Context context)"
|
||||||
|
desc: "Updates a virtual machine template.\n\nAPI to update certain properties of the virtual machine template resource."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualMachineTemplate along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
type: "interface"
|
||||||
|
desc: "An instance of this class provides access to all the operations defined in VirtualMachineTemplatesClient."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,331 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient"
|
||||||
|
name: "VirtualNetworksClient"
|
||||||
|
nameWithType: "VirtualNetworksClient"
|
||||||
|
summary: "An instance of this class provides access to all the operations defined in Virtual<wbr>Networks<wbr>Client."
|
||||||
|
syntax: "public interface **VirtualNetworksClient**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.beginCreate(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.beginCreate(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
name: "beginCreate(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
nameWithType: "VirtualNetworksClient.beginCreate(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
summary: "Implements virtual network PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual network resource."
|
||||||
|
name: "virtualNetworkName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<VirtualNetworkInner>,VirtualNetworkInner> beginCreate(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
desc: "Implements virtual network PUT method.\n\nCreate Or Update virtual network."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the virtualNetwork."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.beginCreate(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.beginCreate(String resourceGroupName, String virtualNetworkName, VirtualNetworkInner body, Context context)"
|
||||||
|
name: "beginCreate(String resourceGroupName, String virtualNetworkName, VirtualNetworkInner body, Context context)"
|
||||||
|
nameWithType: "VirtualNetworksClient.beginCreate(String resourceGroupName, String virtualNetworkName, VirtualNetworkInner body, Context context)"
|
||||||
|
summary: "Implements virtual network PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual network resource."
|
||||||
|
name: "virtualNetworkName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 SyncPoller<PollResult<VirtualNetworkInner>,VirtualNetworkInner> beginCreate(String resourceGroupName, String virtualNetworkName, VirtualNetworkInner body, Context context)"
|
||||||
|
desc: "Implements virtual network PUT method.\n\nCreate Or Update virtual network."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of define the virtualNetwork."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />>,<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.beginDelete(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.beginDelete(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
name: "beginDelete(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
nameWithType: "VirtualNetworksClient.beginDelete(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
summary: "Deletes an virtual network."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual network resource."
|
||||||
|
name: "virtualNetworkName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
desc: "Deletes an virtual network.\n\nImplements virtual network DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.beginDelete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.beginDelete(String resourceGroupName, String virtualNetworkName, Boolean force, Context context)"
|
||||||
|
name: "beginDelete(String resourceGroupName, String virtualNetworkName, Boolean force, Context context)"
|
||||||
|
nameWithType: "VirtualNetworksClient.beginDelete(String resourceGroupName, String virtualNetworkName, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an virtual network."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual network resource."
|
||||||
|
name: "virtualNetworkName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String virtualNetworkName, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an virtual network.\n\nImplements virtual network DELETE method."
|
||||||
|
returns:
|
||||||
|
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
|
||||||
|
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.create(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.create(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
name: "create(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
nameWithType: "VirtualNetworksClient.create(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
summary: "Implements virtual network PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual network resource."
|
||||||
|
name: "virtualNetworkName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract VirtualNetworkInner create(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
desc: "Implements virtual network PUT method.\n\nCreate Or Update virtual network."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualNetwork."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.create(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.create(String resourceGroupName, String virtualNetworkName, VirtualNetworkInner body, Context context)"
|
||||||
|
name: "create(String resourceGroupName, String virtualNetworkName, VirtualNetworkInner body, Context context)"
|
||||||
|
nameWithType: "VirtualNetworksClient.create(String resourceGroupName, String virtualNetworkName, VirtualNetworkInner body, Context context)"
|
||||||
|
summary: "Implements virtual network PUT method."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual network resource."
|
||||||
|
name: "virtualNetworkName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Request payload."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 VirtualNetworkInner create(String resourceGroupName, String virtualNetworkName, VirtualNetworkInner body, Context context)"
|
||||||
|
desc: "Implements virtual network PUT method.\n\nCreate Or Update virtual network."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualNetwork."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.delete(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.delete(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
name: "delete(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
nameWithType: "VirtualNetworksClient.delete(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
summary: "Deletes an virtual network."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual network resource."
|
||||||
|
name: "virtualNetworkName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void delete(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
desc: "Deletes an virtual network.\n\nImplements virtual network DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.delete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.delete(String resourceGroupName, String virtualNetworkName, Boolean force, Context context)"
|
||||||
|
name: "delete(String resourceGroupName, String virtualNetworkName, Boolean force, Context context)"
|
||||||
|
nameWithType: "VirtualNetworksClient.delete(String resourceGroupName, String virtualNetworkName, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an virtual network."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual network resource."
|
||||||
|
name: "virtualNetworkName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 void delete(String resourceGroupName, String virtualNetworkName, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an virtual network.\n\nImplements virtual network DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.getByResourceGroup(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.getByResourceGroup(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
name: "getByResourceGroup(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
nameWithType: "VirtualNetworksClient.getByResourceGroup(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
summary: "Gets a virtual network."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual network resource."
|
||||||
|
name: "virtualNetworkName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract VirtualNetworkInner getByResourceGroup(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
desc: "Gets a virtual network.\n\nImplements virtual network GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualNetwork."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.getByResourceGroupWithResponse(String resourceGroupName, String virtualNetworkName, Context context)"
|
||||||
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String virtualNetworkName, Context context)"
|
||||||
|
nameWithType: "VirtualNetworksClient.getByResourceGroupWithResponse(String resourceGroupName, String virtualNetworkName, Context context)"
|
||||||
|
summary: "Gets a virtual network."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual network resource."
|
||||||
|
name: "virtualNetworkName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 Response<VirtualNetworkInner> getByResourceGroupWithResponse(String resourceGroupName, String virtualNetworkName, Context context)"
|
||||||
|
desc: "Gets a virtual network.\n\nImplements virtual network GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualNetwork along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.list()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.list()"
|
||||||
|
name: "list()"
|
||||||
|
nameWithType: "VirtualNetworksClient.list()"
|
||||||
|
summary: "Implements GET virtual<wbr>Networks in a subscription."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract PagedIterable<VirtualNetworkInner> list()"
|
||||||
|
desc: "Implements GET virtualNetworks in a subscription.\n\nList of virtualNetworks in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of VirtualNetworks as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.list(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.list(Context context)"
|
||||||
|
name: "list(Context context)"
|
||||||
|
nameWithType: "VirtualNetworksClient.list(Context context)"
|
||||||
|
summary: "Implements GET virtual<wbr>Networks in a subscription."
|
||||||
|
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 PagedIterable<VirtualNetworkInner> list(Context context)"
|
||||||
|
desc: "Implements GET virtualNetworks in a subscription.\n\nList of virtualNetworks in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of VirtualNetworks as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.listByResourceGroup(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.listByResourceGroup(String resourceGroupName)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName)"
|
||||||
|
nameWithType: "VirtualNetworksClient.listByResourceGroup(String resourceGroupName)"
|
||||||
|
summary: "Implements GET virtual<wbr>Networks in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract PagedIterable<VirtualNetworkInner> listByResourceGroup(String resourceGroupName)"
|
||||||
|
desc: "Implements GET virtualNetworks in a resource group.\n\nList of virtualNetworks in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of VirtualNetworks as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
nameWithType: "VirtualNetworksClient.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
summary: "Implements GET virtual<wbr>Networks in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 PagedIterable<VirtualNetworkInner> listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
desc: "Implements GET virtualNetworks in a resource group.\n\nList of virtualNetworks in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of VirtualNetworks as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.update(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.update(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
name: "update(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
nameWithType: "VirtualNetworksClient.update(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
summary: "Updates a virtual network."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual network resource."
|
||||||
|
name: "virtualNetworkName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract VirtualNetworkInner update(String resourceGroupName, String virtualNetworkName)"
|
||||||
|
desc: "Updates a virtual network.\n\nAPI to update certain properties of the virtual network resource."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualNetwork."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.updateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.connectedvmware.models.ResourcePatch,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient.updateWithResponse(String resourceGroupName, String virtualNetworkName, ResourcePatch body, Context context)"
|
||||||
|
name: "updateWithResponse(String resourceGroupName, String virtualNetworkName, ResourcePatch body, Context context)"
|
||||||
|
nameWithType: "VirtualNetworksClient.updateWithResponse(String resourceGroupName, String virtualNetworkName, ResourcePatch body, Context context)"
|
||||||
|
summary: "Updates a virtual network."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the virtual network resource."
|
||||||
|
name: "virtualNetworkName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Resource properties to update."
|
||||||
|
name: "body"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourcePatch?alt=com.azure.resourcemanager.connectedvmware.models.ResourcePatch&text=ResourcePatch\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 Response<VirtualNetworkInner> updateWithResponse(String resourceGroupName, String virtualNetworkName, ResourcePatch body, Context context)"
|
||||||
|
desc: "Updates a virtual network.\n\nAPI to update certain properties of the virtual network resource."
|
||||||
|
returns:
|
||||||
|
description: "define the virtualNetwork along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
type: "interface"
|
||||||
|
desc: "An instance of this class provides access to all the operations defined in VirtualNetworksClient."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,83 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.VmInstanceHybridIdentityMetadatasClient"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VmInstanceHybridIdentityMetadatasClient"
|
||||||
|
name: "VmInstanceHybridIdentityMetadatasClient"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadatasClient"
|
||||||
|
summary: "An instance of this class provides access to all the operations defined in Vm<wbr>Instance<wbr>Hybrid<wbr>Identity<wbr>Metadatas<wbr>Client."
|
||||||
|
syntax: "public interface **VmInstanceHybridIdentityMetadatasClient**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VmInstanceHybridIdentityMetadatasClient.get(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VmInstanceHybridIdentityMetadatasClient.get(String resourceUri)"
|
||||||
|
name: "get(String resourceUri)"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadatasClient.get(String resourceUri)"
|
||||||
|
summary: "Gets Hybrid<wbr>Identity<wbr>Metadata."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract VmInstanceHybridIdentityMetadataInner get(String resourceUri)"
|
||||||
|
desc: "Gets HybridIdentityMetadata.\n\nImplements HybridIdentityMetadata GET method."
|
||||||
|
returns:
|
||||||
|
description: "defines the HybridIdentityMetadata."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner&text=VmInstanceHybridIdentityMetadataInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VmInstanceHybridIdentityMetadatasClient.getWithResponse(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VmInstanceHybridIdentityMetadatasClient.getWithResponse(String resourceUri, Context context)"
|
||||||
|
name: "getWithResponse(String resourceUri, Context context)"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadatasClient.getWithResponse(String resourceUri, Context context)"
|
||||||
|
summary: "Gets Hybrid<wbr>Identity<wbr>Metadata."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 Response<VmInstanceHybridIdentityMetadataInner> getWithResponse(String resourceUri, Context context)"
|
||||||
|
desc: "Gets HybridIdentityMetadata.\n\nImplements HybridIdentityMetadata GET method."
|
||||||
|
returns:
|
||||||
|
description: "defines the HybridIdentityMetadata along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner&text=VmInstanceHybridIdentityMetadataInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VmInstanceHybridIdentityMetadatasClient.list(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VmInstanceHybridIdentityMetadatasClient.list(String resourceUri)"
|
||||||
|
name: "list(String resourceUri)"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadatasClient.list(String resourceUri)"
|
||||||
|
summary: "Implements GET Hybrid<wbr>Identity<wbr>Metadata in a vm."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract PagedIterable<VmInstanceHybridIdentityMetadataInner> list(String resourceUri)"
|
||||||
|
desc: "Implements GET HybridIdentityMetadata in a vm.\n\nReturns the list of HybridIdentityMetadata of the given vm."
|
||||||
|
returns:
|
||||||
|
description: "list of HybridIdentityMetadata as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner&text=VmInstanceHybridIdentityMetadataInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.VmInstanceHybridIdentityMetadatasClient.list(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.VmInstanceHybridIdentityMetadatasClient.list(String resourceUri, Context context)"
|
||||||
|
name: "list(String resourceUri, Context context)"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadatasClient.list(String resourceUri, Context context)"
|
||||||
|
summary: "Implements GET Hybrid<wbr>Identity<wbr>Metadata in a vm."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource\n to be extended."
|
||||||
|
name: "resourceUri"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 PagedIterable<VmInstanceHybridIdentityMetadataInner> list(String resourceUri, Context context)"
|
||||||
|
desc: "Implements GET HybridIdentityMetadata in a vm.\n\nReturns the list of HybridIdentityMetadata of the given vm."
|
||||||
|
returns:
|
||||||
|
description: "list of HybridIdentityMetadata as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner&text=VmInstanceHybridIdentityMetadataInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
type: "interface"
|
||||||
|
desc: "An instance of this class provides access to all the operations defined in VmInstanceHybridIdentityMetadatasClient."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,319 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner"
|
||||||
|
name: "ClusterInner"
|
||||||
|
nameWithType: "ClusterInner"
|
||||||
|
summary: "Define the cluster."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 **ClusterInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.ClusterInner()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.ClusterInner()"
|
||||||
|
name: "ClusterInner()"
|
||||||
|
nameWithType: "ClusterInner.ClusterInner()"
|
||||||
|
summary: "Creates an instance of Cluster<wbr>Inner class."
|
||||||
|
syntax: "public ClusterInner()"
|
||||||
|
desc: "Creates an instance of ClusterInner class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "ClusterInner.customResourceName()"
|
||||||
|
summary: "Get the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
syntax: "public String customResourceName()"
|
||||||
|
desc: "Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.datastoreIds()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.datastoreIds()"
|
||||||
|
name: "datastoreIds()"
|
||||||
|
nameWithType: "ClusterInner.datastoreIds()"
|
||||||
|
summary: "Get the datastore<wbr>Ids property: Gets the datastore ARM ids."
|
||||||
|
syntax: "public List<String> datastoreIds()"
|
||||||
|
desc: "Get the datastoreIds property: Gets the datastore ARM ids."
|
||||||
|
returns:
|
||||||
|
description: "the datastoreIds 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.connectedvmware.fluent.models.ClusterInner.extendedLocation()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.extendedLocation()"
|
||||||
|
name: "extendedLocation()"
|
||||||
|
nameWithType: "ClusterInner.extendedLocation()"
|
||||||
|
summary: "Get the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
syntax: "public ExtendedLocation extendedLocation()"
|
||||||
|
desc: "Get the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the extendedLocation value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.inventoryItemId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.inventoryItemId()"
|
||||||
|
name: "inventoryItemId()"
|
||||||
|
nameWithType: "ClusterInner.inventoryItemId()"
|
||||||
|
summary: "Get the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the cluster."
|
||||||
|
syntax: "public String inventoryItemId()"
|
||||||
|
desc: "Get the inventoryItemId property: Gets or sets the inventory Item ID for the cluster."
|
||||||
|
returns:
|
||||||
|
description: "the inventoryItemId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.kind()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.kind()"
|
||||||
|
name: "kind()"
|
||||||
|
nameWithType: "ClusterInner.kind()"
|
||||||
|
summary: "Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
syntax: "public String kind()"
|
||||||
|
desc: "Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the kind value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.moName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.moName()"
|
||||||
|
name: "moName()"
|
||||||
|
nameWithType: "ClusterInner.moName()"
|
||||||
|
summary: "Get the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the cluster."
|
||||||
|
syntax: "public String moName()"
|
||||||
|
desc: "Get the moName property: Gets or sets the vCenter Managed Object name for the cluster."
|
||||||
|
returns:
|
||||||
|
description: "the moName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.moRefId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.moRefId()"
|
||||||
|
name: "moRefId()"
|
||||||
|
nameWithType: "ClusterInner.moRefId()"
|
||||||
|
summary: "Get the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the cluster."
|
||||||
|
syntax: "public String moRefId()"
|
||||||
|
desc: "Get the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the cluster."
|
||||||
|
returns:
|
||||||
|
description: "the moRefId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.networkIds()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.networkIds()"
|
||||||
|
name: "networkIds()"
|
||||||
|
nameWithType: "ClusterInner.networkIds()"
|
||||||
|
summary: "Get the network<wbr>Ids property: Gets the network ARM ids."
|
||||||
|
syntax: "public List<String> networkIds()"
|
||||||
|
desc: "Get the networkIds property: Gets the network ARM ids."
|
||||||
|
returns:
|
||||||
|
description: "the networkIds 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.connectedvmware.fluent.models.ClusterInner.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "ClusterInner.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "ClusterInner.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.systemData()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.systemData()"
|
||||||
|
name: "systemData()"
|
||||||
|
nameWithType: "ClusterInner.systemData()"
|
||||||
|
summary: "Get the system<wbr>Data property: The system data."
|
||||||
|
syntax: "public SystemData systemData()"
|
||||||
|
desc: "Get the systemData property: The system data."
|
||||||
|
returns:
|
||||||
|
description: "the systemData value."
|
||||||
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.totalCpuMHz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.totalCpuMHz()"
|
||||||
|
name: "totalCpuMHz()"
|
||||||
|
nameWithType: "ClusterInner.totalCpuMHz()"
|
||||||
|
summary: "Get the total<wbr>Cpu<wbr>MHz property: Gets the max CPU usage across all cores on the cluster in MHz."
|
||||||
|
syntax: "public Long totalCpuMHz()"
|
||||||
|
desc: "Get the totalCpuMHz property: Gets the max CPU usage across all cores on the cluster in MHz."
|
||||||
|
returns:
|
||||||
|
description: "the totalCpuMHz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.totalMemoryGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.totalMemoryGB()"
|
||||||
|
name: "totalMemoryGB()"
|
||||||
|
nameWithType: "ClusterInner.totalMemoryGB()"
|
||||||
|
summary: "Get the total<wbr>MemoryGB property: Gets the total amount of physical memory on the cluster in GB."
|
||||||
|
syntax: "public Long totalMemoryGB()"
|
||||||
|
desc: "Get the totalMemoryGB property: Gets the total amount of physical memory on the cluster in GB."
|
||||||
|
returns:
|
||||||
|
description: "the totalMemoryGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.usedCpuMHz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.usedCpuMHz()"
|
||||||
|
name: "usedCpuMHz()"
|
||||||
|
nameWithType: "ClusterInner.usedCpuMHz()"
|
||||||
|
summary: "Get the used<wbr>Cpu<wbr>MHz property: Gets the used CPU usage across all cores on the cluster in MHz."
|
||||||
|
syntax: "public Long usedCpuMHz()"
|
||||||
|
desc: "Get the usedCpuMHz property: Gets the used CPU usage across all cores on the cluster in MHz."
|
||||||
|
returns:
|
||||||
|
description: "the usedCpuMHz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.usedMemoryGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.usedMemoryGB()"
|
||||||
|
name: "usedMemoryGB()"
|
||||||
|
nameWithType: "ClusterInner.usedMemoryGB()"
|
||||||
|
summary: "Get the used<wbr>MemoryGB property: Gets the used physical memory on the cluster in GB."
|
||||||
|
syntax: "public Long usedMemoryGB()"
|
||||||
|
desc: "Get the usedMemoryGB property: Gets the used physical memory on the cluster in GB."
|
||||||
|
returns:
|
||||||
|
description: "the usedMemoryGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "ClusterInner.uuid()"
|
||||||
|
summary: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
syntax: "public String uuid()"
|
||||||
|
desc: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.vCenterId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.vCenterId()"
|
||||||
|
name: "vCenterId()"
|
||||||
|
nameWithType: "ClusterInner.vCenterId()"
|
||||||
|
summary: "Get the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this cluster resides."
|
||||||
|
syntax: "public String vCenterId()"
|
||||||
|
desc: "Get the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this cluster resides."
|
||||||
|
returns:
|
||||||
|
description: "the vCenterId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "ClusterInner.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.withExtendedLocation(com.azure.resourcemanager.connectedvmware.models.ExtendedLocation)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
name: "withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
nameWithType: "ClusterInner.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
summary: "Set the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
parameters:
|
||||||
|
- description: "the extendedLocation value to set."
|
||||||
|
name: "extendedLocation"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public ClusterInner withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
desc: "Set the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the ClusterInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.withInventoryItemId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.withInventoryItemId(String inventoryItemId)"
|
||||||
|
name: "withInventoryItemId(String inventoryItemId)"
|
||||||
|
nameWithType: "ClusterInner.withInventoryItemId(String inventoryItemId)"
|
||||||
|
summary: "Set the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the cluster."
|
||||||
|
parameters:
|
||||||
|
- description: "the inventoryItemId value to set."
|
||||||
|
name: "inventoryItemId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ClusterInner withInventoryItemId(String inventoryItemId)"
|
||||||
|
desc: "Set the inventoryItemId property: Gets or sets the inventory Item ID for the cluster."
|
||||||
|
returns:
|
||||||
|
description: "the ClusterInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.withKind(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.withKind(String kind)"
|
||||||
|
name: "withKind(String kind)"
|
||||||
|
nameWithType: "ClusterInner.withKind(String kind)"
|
||||||
|
summary: "Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
parameters:
|
||||||
|
- description: "the kind value to set."
|
||||||
|
name: "kind"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ClusterInner withKind(String kind)"
|
||||||
|
desc: "Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the ClusterInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.withLocation(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.withLocation(String location)"
|
||||||
|
name: "withLocation(String location)"
|
||||||
|
nameWithType: "ClusterInner.withLocation(String location)"
|
||||||
|
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
|
||||||
|
parameters:
|
||||||
|
- name: "location"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ClusterInner withLocation(String location)"
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "ClusterInner.withMoRefId(String moRefId)"
|
||||||
|
summary: "Set the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the cluster."
|
||||||
|
parameters:
|
||||||
|
- description: "the moRefId value to set."
|
||||||
|
name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ClusterInner withMoRefId(String moRefId)"
|
||||||
|
desc: "Set the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the cluster."
|
||||||
|
returns:
|
||||||
|
description: "the ClusterInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.withTags(Map<String,String> tags)"
|
||||||
|
name: "withTags(Map<String,String> tags)"
|
||||||
|
nameWithType: "ClusterInner.withTags(Map<String,String> tags)"
|
||||||
|
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
parameters:
|
||||||
|
- name: "tags"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
||||||
|
syntax: "public ClusterInner withTags(Map<String,String> tags)"
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.withVCenterId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner.withVCenterId(String vCenterId)"
|
||||||
|
name: "withVCenterId(String vCenterId)"
|
||||||
|
nameWithType: "ClusterInner.withVCenterId(String vCenterId)"
|
||||||
|
summary: "Set the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this cluster resides."
|
||||||
|
parameters:
|
||||||
|
- description: "the vCenterId value to set."
|
||||||
|
name: "vCenterId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ClusterInner withVCenterId(String vCenterId)"
|
||||||
|
desc: "Set the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this cluster resides."
|
||||||
|
returns:
|
||||||
|
description: "the ClusterInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Define the cluster."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,226 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties"
|
||||||
|
name: "ClusterProperties"
|
||||||
|
nameWithType: "ClusterProperties"
|
||||||
|
summary: "Describes the properties of a Cluster."
|
||||||
|
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 **ClusterProperties**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.ClusterProperties()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.ClusterProperties()"
|
||||||
|
name: "ClusterProperties()"
|
||||||
|
nameWithType: "ClusterProperties.ClusterProperties()"
|
||||||
|
summary: "Creates an instance of Cluster<wbr>Properties class."
|
||||||
|
syntax: "public ClusterProperties()"
|
||||||
|
desc: "Creates an instance of ClusterProperties class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "ClusterProperties.customResourceName()"
|
||||||
|
summary: "Get the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
syntax: "public String customResourceName()"
|
||||||
|
desc: "Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.datastoreIds()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.datastoreIds()"
|
||||||
|
name: "datastoreIds()"
|
||||||
|
nameWithType: "ClusterProperties.datastoreIds()"
|
||||||
|
summary: "Get the datastore<wbr>Ids property: Gets the datastore ARM ids."
|
||||||
|
syntax: "public List<String> datastoreIds()"
|
||||||
|
desc: "Get the datastoreIds property: Gets the datastore ARM ids."
|
||||||
|
returns:
|
||||||
|
description: "the datastoreIds 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.connectedvmware.fluent.models.ClusterProperties.inventoryItemId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.inventoryItemId()"
|
||||||
|
name: "inventoryItemId()"
|
||||||
|
nameWithType: "ClusterProperties.inventoryItemId()"
|
||||||
|
summary: "Get the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the cluster."
|
||||||
|
syntax: "public String inventoryItemId()"
|
||||||
|
desc: "Get the inventoryItemId property: Gets or sets the inventory Item ID for the cluster."
|
||||||
|
returns:
|
||||||
|
description: "the inventoryItemId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.moName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.moName()"
|
||||||
|
name: "moName()"
|
||||||
|
nameWithType: "ClusterProperties.moName()"
|
||||||
|
summary: "Get the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the cluster."
|
||||||
|
syntax: "public String moName()"
|
||||||
|
desc: "Get the moName property: Gets or sets the vCenter Managed Object name for the cluster."
|
||||||
|
returns:
|
||||||
|
description: "the moName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.moRefId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.moRefId()"
|
||||||
|
name: "moRefId()"
|
||||||
|
nameWithType: "ClusterProperties.moRefId()"
|
||||||
|
summary: "Get the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the cluster."
|
||||||
|
syntax: "public String moRefId()"
|
||||||
|
desc: "Get the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the cluster."
|
||||||
|
returns:
|
||||||
|
description: "the moRefId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.networkIds()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.networkIds()"
|
||||||
|
name: "networkIds()"
|
||||||
|
nameWithType: "ClusterProperties.networkIds()"
|
||||||
|
summary: "Get the network<wbr>Ids property: Gets the network ARM ids."
|
||||||
|
syntax: "public List<String> networkIds()"
|
||||||
|
desc: "Get the networkIds property: Gets the network ARM ids."
|
||||||
|
returns:
|
||||||
|
description: "the networkIds 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.connectedvmware.fluent.models.ClusterProperties.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "ClusterProperties.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "ClusterProperties.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.totalCpuMHz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.totalCpuMHz()"
|
||||||
|
name: "totalCpuMHz()"
|
||||||
|
nameWithType: "ClusterProperties.totalCpuMHz()"
|
||||||
|
summary: "Get the total<wbr>Cpu<wbr>MHz property: Gets the max CPU usage across all cores on the cluster in MHz."
|
||||||
|
syntax: "public Long totalCpuMHz()"
|
||||||
|
desc: "Get the totalCpuMHz property: Gets the max CPU usage across all cores on the cluster in MHz."
|
||||||
|
returns:
|
||||||
|
description: "the totalCpuMHz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.totalMemoryGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.totalMemoryGB()"
|
||||||
|
name: "totalMemoryGB()"
|
||||||
|
nameWithType: "ClusterProperties.totalMemoryGB()"
|
||||||
|
summary: "Get the total<wbr>MemoryGB property: Gets the total amount of physical memory on the cluster in GB."
|
||||||
|
syntax: "public Long totalMemoryGB()"
|
||||||
|
desc: "Get the totalMemoryGB property: Gets the total amount of physical memory on the cluster in GB."
|
||||||
|
returns:
|
||||||
|
description: "the totalMemoryGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.usedCpuMHz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.usedCpuMHz()"
|
||||||
|
name: "usedCpuMHz()"
|
||||||
|
nameWithType: "ClusterProperties.usedCpuMHz()"
|
||||||
|
summary: "Get the used<wbr>Cpu<wbr>MHz property: Gets the used CPU usage across all cores on the cluster in MHz."
|
||||||
|
syntax: "public Long usedCpuMHz()"
|
||||||
|
desc: "Get the usedCpuMHz property: Gets the used CPU usage across all cores on the cluster in MHz."
|
||||||
|
returns:
|
||||||
|
description: "the usedCpuMHz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.usedMemoryGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.usedMemoryGB()"
|
||||||
|
name: "usedMemoryGB()"
|
||||||
|
nameWithType: "ClusterProperties.usedMemoryGB()"
|
||||||
|
summary: "Get the used<wbr>MemoryGB property: Gets the used physical memory on the cluster in GB."
|
||||||
|
syntax: "public Long usedMemoryGB()"
|
||||||
|
desc: "Get the usedMemoryGB property: Gets the used physical memory on the cluster in GB."
|
||||||
|
returns:
|
||||||
|
description: "the usedMemoryGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "ClusterProperties.uuid()"
|
||||||
|
summary: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
syntax: "public String uuid()"
|
||||||
|
desc: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.vCenterId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.vCenterId()"
|
||||||
|
name: "vCenterId()"
|
||||||
|
nameWithType: "ClusterProperties.vCenterId()"
|
||||||
|
summary: "Get the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this cluster resides."
|
||||||
|
syntax: "public String vCenterId()"
|
||||||
|
desc: "Get the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this cluster resides."
|
||||||
|
returns:
|
||||||
|
description: "the vCenterId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "ClusterProperties.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.withInventoryItemId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.withInventoryItemId(String inventoryItemId)"
|
||||||
|
name: "withInventoryItemId(String inventoryItemId)"
|
||||||
|
nameWithType: "ClusterProperties.withInventoryItemId(String inventoryItemId)"
|
||||||
|
summary: "Set the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the cluster."
|
||||||
|
parameters:
|
||||||
|
- description: "the inventoryItemId value to set."
|
||||||
|
name: "inventoryItemId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ClusterProperties withInventoryItemId(String inventoryItemId)"
|
||||||
|
desc: "Set the inventoryItemId property: Gets or sets the inventory Item ID for the cluster."
|
||||||
|
returns:
|
||||||
|
description: "the ClusterProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties&text=ClusterProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "ClusterProperties.withMoRefId(String moRefId)"
|
||||||
|
summary: "Set the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the cluster."
|
||||||
|
parameters:
|
||||||
|
- description: "the moRefId value to set."
|
||||||
|
name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ClusterProperties withMoRefId(String moRefId)"
|
||||||
|
desc: "Set the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the cluster."
|
||||||
|
returns:
|
||||||
|
description: "the ClusterProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties&text=ClusterProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.withVCenterId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties.withVCenterId(String vCenterId)"
|
||||||
|
name: "withVCenterId(String vCenterId)"
|
||||||
|
nameWithType: "ClusterProperties.withVCenterId(String vCenterId)"
|
||||||
|
summary: "Set the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this cluster resides."
|
||||||
|
parameters:
|
||||||
|
- description: "the vCenterId value to set."
|
||||||
|
name: "vCenterId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ClusterProperties withVCenterId(String vCenterId)"
|
||||||
|
desc: "Set the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this cluster resides."
|
||||||
|
returns:
|
||||||
|
description: "the ClusterProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties&text=ClusterProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Describes the properties of a Cluster."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,279 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner"
|
||||||
|
name: "DatastoreInner"
|
||||||
|
nameWithType: "DatastoreInner"
|
||||||
|
summary: "Define the datastore."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 **DatastoreInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.DatastoreInner()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.DatastoreInner()"
|
||||||
|
name: "DatastoreInner()"
|
||||||
|
nameWithType: "DatastoreInner.DatastoreInner()"
|
||||||
|
summary: "Creates an instance of Datastore<wbr>Inner class."
|
||||||
|
syntax: "public DatastoreInner()"
|
||||||
|
desc: "Creates an instance of DatastoreInner class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.capacityGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.capacityGB()"
|
||||||
|
name: "capacityGB()"
|
||||||
|
nameWithType: "DatastoreInner.capacityGB()"
|
||||||
|
summary: "Get the capacityGB property: Gets or sets Maximum capacity of this datastore in GBs."
|
||||||
|
syntax: "public Long capacityGB()"
|
||||||
|
desc: "Get the capacityGB property: Gets or sets Maximum capacity of this datastore in GBs."
|
||||||
|
returns:
|
||||||
|
description: "the capacityGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "DatastoreInner.customResourceName()"
|
||||||
|
summary: "Get the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
syntax: "public String customResourceName()"
|
||||||
|
desc: "Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.extendedLocation()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.extendedLocation()"
|
||||||
|
name: "extendedLocation()"
|
||||||
|
nameWithType: "DatastoreInner.extendedLocation()"
|
||||||
|
summary: "Get the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
syntax: "public ExtendedLocation extendedLocation()"
|
||||||
|
desc: "Get the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the extendedLocation value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.freeSpaceGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.freeSpaceGB()"
|
||||||
|
name: "freeSpaceGB()"
|
||||||
|
nameWithType: "DatastoreInner.freeSpaceGB()"
|
||||||
|
summary: "Get the free<wbr>SpaceGB property: Gets or sets Available space of this datastore in GBs."
|
||||||
|
syntax: "public Long freeSpaceGB()"
|
||||||
|
desc: "Get the freeSpaceGB property: Gets or sets Available space of this datastore in GBs."
|
||||||
|
returns:
|
||||||
|
description: "the freeSpaceGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.inventoryItemId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.inventoryItemId()"
|
||||||
|
name: "inventoryItemId()"
|
||||||
|
nameWithType: "DatastoreInner.inventoryItemId()"
|
||||||
|
summary: "Get the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the datastore."
|
||||||
|
syntax: "public String inventoryItemId()"
|
||||||
|
desc: "Get the inventoryItemId property: Gets or sets the inventory Item ID for the datastore."
|
||||||
|
returns:
|
||||||
|
description: "the inventoryItemId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.kind()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.kind()"
|
||||||
|
name: "kind()"
|
||||||
|
nameWithType: "DatastoreInner.kind()"
|
||||||
|
summary: "Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
syntax: "public String kind()"
|
||||||
|
desc: "Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the kind value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.moName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.moName()"
|
||||||
|
name: "moName()"
|
||||||
|
nameWithType: "DatastoreInner.moName()"
|
||||||
|
summary: "Get the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the datastore."
|
||||||
|
syntax: "public String moName()"
|
||||||
|
desc: "Get the moName property: Gets or sets the vCenter Managed Object name for the datastore."
|
||||||
|
returns:
|
||||||
|
description: "the moName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.moRefId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.moRefId()"
|
||||||
|
name: "moRefId()"
|
||||||
|
nameWithType: "DatastoreInner.moRefId()"
|
||||||
|
summary: "Get the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the datastore."
|
||||||
|
syntax: "public String moRefId()"
|
||||||
|
desc: "Get the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the datastore."
|
||||||
|
returns:
|
||||||
|
description: "the moRefId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "DatastoreInner.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Provisioning state of the resource."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Provisioning state of the resource."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "DatastoreInner.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.systemData()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.systemData()"
|
||||||
|
name: "systemData()"
|
||||||
|
nameWithType: "DatastoreInner.systemData()"
|
||||||
|
summary: "Get the system<wbr>Data property: The system data."
|
||||||
|
syntax: "public SystemData systemData()"
|
||||||
|
desc: "Get the systemData property: The system data."
|
||||||
|
returns:
|
||||||
|
description: "the systemData value."
|
||||||
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "DatastoreInner.uuid()"
|
||||||
|
summary: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
syntax: "public String uuid()"
|
||||||
|
desc: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.vCenterId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.vCenterId()"
|
||||||
|
name: "vCenterId()"
|
||||||
|
nameWithType: "DatastoreInner.vCenterId()"
|
||||||
|
summary: "Get the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this datastore resides."
|
||||||
|
syntax: "public String vCenterId()"
|
||||||
|
desc: "Get the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this datastore resides."
|
||||||
|
returns:
|
||||||
|
description: "the vCenterId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "DatastoreInner.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.withExtendedLocation(com.azure.resourcemanager.connectedvmware.models.ExtendedLocation)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
name: "withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
nameWithType: "DatastoreInner.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
summary: "Set the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
parameters:
|
||||||
|
- description: "the extendedLocation value to set."
|
||||||
|
name: "extendedLocation"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public DatastoreInner withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
desc: "Set the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the DatastoreInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.withInventoryItemId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.withInventoryItemId(String inventoryItemId)"
|
||||||
|
name: "withInventoryItemId(String inventoryItemId)"
|
||||||
|
nameWithType: "DatastoreInner.withInventoryItemId(String inventoryItemId)"
|
||||||
|
summary: "Set the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the datastore."
|
||||||
|
parameters:
|
||||||
|
- description: "the inventoryItemId value to set."
|
||||||
|
name: "inventoryItemId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public DatastoreInner withInventoryItemId(String inventoryItemId)"
|
||||||
|
desc: "Set the inventoryItemId property: Gets or sets the inventory Item ID for the datastore."
|
||||||
|
returns:
|
||||||
|
description: "the DatastoreInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.withKind(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.withKind(String kind)"
|
||||||
|
name: "withKind(String kind)"
|
||||||
|
nameWithType: "DatastoreInner.withKind(String kind)"
|
||||||
|
summary: "Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
parameters:
|
||||||
|
- description: "the kind value to set."
|
||||||
|
name: "kind"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public DatastoreInner withKind(String kind)"
|
||||||
|
desc: "Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the DatastoreInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.withLocation(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.withLocation(String location)"
|
||||||
|
name: "withLocation(String location)"
|
||||||
|
nameWithType: "DatastoreInner.withLocation(String location)"
|
||||||
|
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
|
||||||
|
parameters:
|
||||||
|
- name: "location"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public DatastoreInner withLocation(String location)"
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "DatastoreInner.withMoRefId(String moRefId)"
|
||||||
|
summary: "Set the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the datastore."
|
||||||
|
parameters:
|
||||||
|
- description: "the moRefId value to set."
|
||||||
|
name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public DatastoreInner withMoRefId(String moRefId)"
|
||||||
|
desc: "Set the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the datastore."
|
||||||
|
returns:
|
||||||
|
description: "the DatastoreInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.withTags(Map<String,String> tags)"
|
||||||
|
name: "withTags(Map<String,String> tags)"
|
||||||
|
nameWithType: "DatastoreInner.withTags(Map<String,String> tags)"
|
||||||
|
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
parameters:
|
||||||
|
- name: "tags"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
||||||
|
syntax: "public DatastoreInner withTags(Map<String,String> tags)"
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.withVCenterId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner.withVCenterId(String vCenterId)"
|
||||||
|
name: "withVCenterId(String vCenterId)"
|
||||||
|
nameWithType: "DatastoreInner.withVCenterId(String vCenterId)"
|
||||||
|
summary: "Set the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this datastore resides."
|
||||||
|
parameters:
|
||||||
|
- description: "the vCenterId value to set."
|
||||||
|
name: "vCenterId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public DatastoreInner withVCenterId(String vCenterId)"
|
||||||
|
desc: "Set the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this datastore resides."
|
||||||
|
returns:
|
||||||
|
description: "the DatastoreInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Define the datastore."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,186 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties"
|
||||||
|
name: "DatastoreProperties"
|
||||||
|
nameWithType: "DatastoreProperties"
|
||||||
|
summary: "Describes the properties of a Datastore."
|
||||||
|
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 **DatastoreProperties**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.DatastoreProperties()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.DatastoreProperties()"
|
||||||
|
name: "DatastoreProperties()"
|
||||||
|
nameWithType: "DatastoreProperties.DatastoreProperties()"
|
||||||
|
summary: "Creates an instance of Datastore<wbr>Properties class."
|
||||||
|
syntax: "public DatastoreProperties()"
|
||||||
|
desc: "Creates an instance of DatastoreProperties class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.capacityGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.capacityGB()"
|
||||||
|
name: "capacityGB()"
|
||||||
|
nameWithType: "DatastoreProperties.capacityGB()"
|
||||||
|
summary: "Get the capacityGB property: Gets or sets Maximum capacity of this datastore in GBs."
|
||||||
|
syntax: "public Long capacityGB()"
|
||||||
|
desc: "Get the capacityGB property: Gets or sets Maximum capacity of this datastore in GBs."
|
||||||
|
returns:
|
||||||
|
description: "the capacityGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "DatastoreProperties.customResourceName()"
|
||||||
|
summary: "Get the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
syntax: "public String customResourceName()"
|
||||||
|
desc: "Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.freeSpaceGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.freeSpaceGB()"
|
||||||
|
name: "freeSpaceGB()"
|
||||||
|
nameWithType: "DatastoreProperties.freeSpaceGB()"
|
||||||
|
summary: "Get the free<wbr>SpaceGB property: Gets or sets Available space of this datastore in GBs."
|
||||||
|
syntax: "public Long freeSpaceGB()"
|
||||||
|
desc: "Get the freeSpaceGB property: Gets or sets Available space of this datastore in GBs."
|
||||||
|
returns:
|
||||||
|
description: "the freeSpaceGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.inventoryItemId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.inventoryItemId()"
|
||||||
|
name: "inventoryItemId()"
|
||||||
|
nameWithType: "DatastoreProperties.inventoryItemId()"
|
||||||
|
summary: "Get the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the datastore."
|
||||||
|
syntax: "public String inventoryItemId()"
|
||||||
|
desc: "Get the inventoryItemId property: Gets or sets the inventory Item ID for the datastore."
|
||||||
|
returns:
|
||||||
|
description: "the inventoryItemId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.moName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.moName()"
|
||||||
|
name: "moName()"
|
||||||
|
nameWithType: "DatastoreProperties.moName()"
|
||||||
|
summary: "Get the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the datastore."
|
||||||
|
syntax: "public String moName()"
|
||||||
|
desc: "Get the moName property: Gets or sets the vCenter Managed Object name for the datastore."
|
||||||
|
returns:
|
||||||
|
description: "the moName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.moRefId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.moRefId()"
|
||||||
|
name: "moRefId()"
|
||||||
|
nameWithType: "DatastoreProperties.moRefId()"
|
||||||
|
summary: "Get the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the datastore."
|
||||||
|
syntax: "public String moRefId()"
|
||||||
|
desc: "Get the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the datastore."
|
||||||
|
returns:
|
||||||
|
description: "the moRefId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "DatastoreProperties.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Provisioning state of the resource."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Provisioning state of the resource."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "DatastoreProperties.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "DatastoreProperties.uuid()"
|
||||||
|
summary: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
syntax: "public String uuid()"
|
||||||
|
desc: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.vCenterId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.vCenterId()"
|
||||||
|
name: "vCenterId()"
|
||||||
|
nameWithType: "DatastoreProperties.vCenterId()"
|
||||||
|
summary: "Get the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this datastore resides."
|
||||||
|
syntax: "public String vCenterId()"
|
||||||
|
desc: "Get the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this datastore resides."
|
||||||
|
returns:
|
||||||
|
description: "the vCenterId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "DatastoreProperties.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.withInventoryItemId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.withInventoryItemId(String inventoryItemId)"
|
||||||
|
name: "withInventoryItemId(String inventoryItemId)"
|
||||||
|
nameWithType: "DatastoreProperties.withInventoryItemId(String inventoryItemId)"
|
||||||
|
summary: "Set the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the datastore."
|
||||||
|
parameters:
|
||||||
|
- description: "the inventoryItemId value to set."
|
||||||
|
name: "inventoryItemId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public DatastoreProperties withInventoryItemId(String inventoryItemId)"
|
||||||
|
desc: "Set the inventoryItemId property: Gets or sets the inventory Item ID for the datastore."
|
||||||
|
returns:
|
||||||
|
description: "the DatastoreProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties&text=DatastoreProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "DatastoreProperties.withMoRefId(String moRefId)"
|
||||||
|
summary: "Set the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the datastore."
|
||||||
|
parameters:
|
||||||
|
- description: "the moRefId value to set."
|
||||||
|
name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public DatastoreProperties withMoRefId(String moRefId)"
|
||||||
|
desc: "Set the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the datastore."
|
||||||
|
returns:
|
||||||
|
description: "the DatastoreProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties&text=DatastoreProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.withVCenterId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties.withVCenterId(String vCenterId)"
|
||||||
|
name: "withVCenterId(String vCenterId)"
|
||||||
|
nameWithType: "DatastoreProperties.withVCenterId(String vCenterId)"
|
||||||
|
summary: "Set the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this datastore resides."
|
||||||
|
parameters:
|
||||||
|
- description: "the vCenterId value to set."
|
||||||
|
name: "vCenterId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public DatastoreProperties withVCenterId(String vCenterId)"
|
||||||
|
desc: "Set the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this datastore resides."
|
||||||
|
returns:
|
||||||
|
description: "the DatastoreProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties&text=DatastoreProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Describes the properties of a Datastore."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,206 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner"
|
||||||
|
name: "GuestAgentInner"
|
||||||
|
nameWithType: "GuestAgentInner"
|
||||||
|
summary: "Defines the Guest<wbr>Agent."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 **GuestAgentInner**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.GuestAgentInner()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.GuestAgentInner()"
|
||||||
|
name: "GuestAgentInner()"
|
||||||
|
nameWithType: "GuestAgentInner.GuestAgentInner()"
|
||||||
|
summary: "Creates an instance of Guest<wbr>Agent<wbr>Inner class."
|
||||||
|
syntax: "public GuestAgentInner()"
|
||||||
|
desc: "Creates an instance of GuestAgentInner class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.credentials()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.credentials()"
|
||||||
|
name: "credentials()"
|
||||||
|
nameWithType: "GuestAgentInner.credentials()"
|
||||||
|
summary: "Get the credentials property: Username / Password Credentials to provision guest agent."
|
||||||
|
syntax: "public GuestCredential credentials()"
|
||||||
|
desc: "Get the credentials property: Username / Password Credentials to provision guest agent."
|
||||||
|
returns:
|
||||||
|
description: "the credentials value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.GuestCredential?alt=com.azure.resourcemanager.connectedvmware.models.GuestCredential&text=GuestCredential\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "GuestAgentInner.customResourceName()"
|
||||||
|
summary: "Get the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
syntax: "public String customResourceName()"
|
||||||
|
desc: "Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.httpProxyConfig()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.httpProxyConfig()"
|
||||||
|
name: "httpProxyConfig()"
|
||||||
|
nameWithType: "GuestAgentInner.httpProxyConfig()"
|
||||||
|
summary: "Get the http<wbr>Proxy<wbr>Config property: HTTP Proxy configuration for the VM."
|
||||||
|
syntax: "public HttpProxyConfiguration httpProxyConfig()"
|
||||||
|
desc: "Get the httpProxyConfig property: HTTP Proxy configuration for the VM."
|
||||||
|
returns:
|
||||||
|
description: "the httpProxyConfig value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration?alt=com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration&text=HttpProxyConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.privateLinkScopeResourceId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.privateLinkScopeResourceId()"
|
||||||
|
name: "privateLinkScopeResourceId()"
|
||||||
|
nameWithType: "GuestAgentInner.privateLinkScopeResourceId()"
|
||||||
|
summary: "Get the private<wbr>Link<wbr>Scope<wbr>Resource<wbr>Id property: The resource id of the private link scope this machine is assigned to, if any."
|
||||||
|
syntax: "public String privateLinkScopeResourceId()"
|
||||||
|
desc: "Get the privateLinkScopeResourceId property: The resource id of the private link scope this machine is assigned to, if any."
|
||||||
|
returns:
|
||||||
|
description: "the privateLinkScopeResourceId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.provisioningAction()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.provisioningAction()"
|
||||||
|
name: "provisioningAction()"
|
||||||
|
nameWithType: "GuestAgentInner.provisioningAction()"
|
||||||
|
summary: "Get the provisioning<wbr>Action property: Gets or sets the guest agent provisioning action."
|
||||||
|
syntax: "public ProvisioningAction provisioningAction()"
|
||||||
|
desc: "Get the provisioningAction property: Gets or sets the guest agent provisioning action."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningAction value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningAction?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningAction&text=ProvisioningAction\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "GuestAgentInner.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.status()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.status()"
|
||||||
|
name: "status()"
|
||||||
|
nameWithType: "GuestAgentInner.status()"
|
||||||
|
summary: "Get the status property: Gets or sets the guest agent status."
|
||||||
|
syntax: "public String status()"
|
||||||
|
desc: "Get the status property: Gets or sets the guest agent status."
|
||||||
|
returns:
|
||||||
|
description: "the status value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "GuestAgentInner.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.systemData()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.systemData()"
|
||||||
|
name: "systemData()"
|
||||||
|
nameWithType: "GuestAgentInner.systemData()"
|
||||||
|
summary: "Get the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
|
||||||
|
syntax: "public SystemData systemData()"
|
||||||
|
desc: "Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
|
||||||
|
returns:
|
||||||
|
description: "the systemData value."
|
||||||
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "GuestAgentInner.uuid()"
|
||||||
|
summary: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
syntax: "public String uuid()"
|
||||||
|
desc: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "GuestAgentInner.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.withCredentials(com.azure.resourcemanager.connectedvmware.models.GuestCredential)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.withCredentials(GuestCredential credentials)"
|
||||||
|
name: "withCredentials(GuestCredential credentials)"
|
||||||
|
nameWithType: "GuestAgentInner.withCredentials(GuestCredential credentials)"
|
||||||
|
summary: "Set the credentials property: Username / Password Credentials to provision guest agent."
|
||||||
|
parameters:
|
||||||
|
- description: "the credentials value to set."
|
||||||
|
name: "credentials"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.GuestCredential?alt=com.azure.resourcemanager.connectedvmware.models.GuestCredential&text=GuestCredential\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public GuestAgentInner withCredentials(GuestCredential credentials)"
|
||||||
|
desc: "Set the credentials property: Username / Password Credentials to provision guest agent."
|
||||||
|
returns:
|
||||||
|
description: "the GuestAgentInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.withHttpProxyConfig(com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.withHttpProxyConfig(HttpProxyConfiguration httpProxyConfig)"
|
||||||
|
name: "withHttpProxyConfig(HttpProxyConfiguration httpProxyConfig)"
|
||||||
|
nameWithType: "GuestAgentInner.withHttpProxyConfig(HttpProxyConfiguration httpProxyConfig)"
|
||||||
|
summary: "Set the http<wbr>Proxy<wbr>Config property: HTTP Proxy configuration for the VM."
|
||||||
|
parameters:
|
||||||
|
- description: "the httpProxyConfig value to set."
|
||||||
|
name: "httpProxyConfig"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration?alt=com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration&text=HttpProxyConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public GuestAgentInner withHttpProxyConfig(HttpProxyConfiguration httpProxyConfig)"
|
||||||
|
desc: "Set the httpProxyConfig property: HTTP Proxy configuration for the VM."
|
||||||
|
returns:
|
||||||
|
description: "the GuestAgentInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.withPrivateLinkScopeResourceId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.withPrivateLinkScopeResourceId(String privateLinkScopeResourceId)"
|
||||||
|
name: "withPrivateLinkScopeResourceId(String privateLinkScopeResourceId)"
|
||||||
|
nameWithType: "GuestAgentInner.withPrivateLinkScopeResourceId(String privateLinkScopeResourceId)"
|
||||||
|
summary: "Set the private<wbr>Link<wbr>Scope<wbr>Resource<wbr>Id property: The resource id of the private link scope this machine is assigned to, if any."
|
||||||
|
parameters:
|
||||||
|
- description: "the privateLinkScopeResourceId value to set."
|
||||||
|
name: "privateLinkScopeResourceId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public GuestAgentInner withPrivateLinkScopeResourceId(String privateLinkScopeResourceId)"
|
||||||
|
desc: "Set the privateLinkScopeResourceId property: The resource id of the private link scope this machine is assigned to, if any."
|
||||||
|
returns:
|
||||||
|
description: "the GuestAgentInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.withProvisioningAction(com.azure.resourcemanager.connectedvmware.models.ProvisioningAction)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner.withProvisioningAction(ProvisioningAction provisioningAction)"
|
||||||
|
name: "withProvisioningAction(ProvisioningAction provisioningAction)"
|
||||||
|
nameWithType: "GuestAgentInner.withProvisioningAction(ProvisioningAction provisioningAction)"
|
||||||
|
summary: "Set the provisioning<wbr>Action property: Gets or sets the guest agent provisioning action."
|
||||||
|
parameters:
|
||||||
|
- description: "the provisioningAction value to set."
|
||||||
|
name: "provisioningAction"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningAction?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningAction&text=ProvisioningAction\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public GuestAgentInner withProvisioningAction(ProvisioningAction provisioningAction)"
|
||||||
|
desc: "Set the provisioningAction property: Gets or sets the guest agent provisioning action."
|
||||||
|
returns:
|
||||||
|
description: "the GuestAgentInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Defines the GuestAgent."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,190 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties"
|
||||||
|
name: "GuestAgentProperties"
|
||||||
|
nameWithType: "GuestAgentProperties"
|
||||||
|
summary: "Describes the properties of a Virtual Machine Guest Agent."
|
||||||
|
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 **GuestAgentProperties**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.GuestAgentProperties()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.GuestAgentProperties()"
|
||||||
|
name: "GuestAgentProperties()"
|
||||||
|
nameWithType: "GuestAgentProperties.GuestAgentProperties()"
|
||||||
|
summary: "Creates an instance of Guest<wbr>Agent<wbr>Properties class."
|
||||||
|
syntax: "public GuestAgentProperties()"
|
||||||
|
desc: "Creates an instance of GuestAgentProperties class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.credentials()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.credentials()"
|
||||||
|
name: "credentials()"
|
||||||
|
nameWithType: "GuestAgentProperties.credentials()"
|
||||||
|
summary: "Get the credentials property: Username / Password Credentials to provision guest agent."
|
||||||
|
syntax: "public GuestCredential credentials()"
|
||||||
|
desc: "Get the credentials property: Username / Password Credentials to provision guest agent."
|
||||||
|
returns:
|
||||||
|
description: "the credentials value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.GuestCredential?alt=com.azure.resourcemanager.connectedvmware.models.GuestCredential&text=GuestCredential\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "GuestAgentProperties.customResourceName()"
|
||||||
|
summary: "Get the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
syntax: "public String customResourceName()"
|
||||||
|
desc: "Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.httpProxyConfig()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.httpProxyConfig()"
|
||||||
|
name: "httpProxyConfig()"
|
||||||
|
nameWithType: "GuestAgentProperties.httpProxyConfig()"
|
||||||
|
summary: "Get the http<wbr>Proxy<wbr>Config property: HTTP Proxy configuration for the VM."
|
||||||
|
syntax: "public HttpProxyConfiguration httpProxyConfig()"
|
||||||
|
desc: "Get the httpProxyConfig property: HTTP Proxy configuration for the VM."
|
||||||
|
returns:
|
||||||
|
description: "the httpProxyConfig value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration?alt=com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration&text=HttpProxyConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.privateLinkScopeResourceId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.privateLinkScopeResourceId()"
|
||||||
|
name: "privateLinkScopeResourceId()"
|
||||||
|
nameWithType: "GuestAgentProperties.privateLinkScopeResourceId()"
|
||||||
|
summary: "Get the private<wbr>Link<wbr>Scope<wbr>Resource<wbr>Id property: The resource id of the private link scope this machine is assigned to, if any."
|
||||||
|
syntax: "public String privateLinkScopeResourceId()"
|
||||||
|
desc: "Get the privateLinkScopeResourceId property: The resource id of the private link scope this machine is assigned to, if any."
|
||||||
|
returns:
|
||||||
|
description: "the privateLinkScopeResourceId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.provisioningAction()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.provisioningAction()"
|
||||||
|
name: "provisioningAction()"
|
||||||
|
nameWithType: "GuestAgentProperties.provisioningAction()"
|
||||||
|
summary: "Get the provisioning<wbr>Action property: Gets or sets the guest agent provisioning action."
|
||||||
|
syntax: "public ProvisioningAction provisioningAction()"
|
||||||
|
desc: "Get the provisioningAction property: Gets or sets the guest agent provisioning action."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningAction value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningAction?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningAction&text=ProvisioningAction\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "GuestAgentProperties.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.status()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.status()"
|
||||||
|
name: "status()"
|
||||||
|
nameWithType: "GuestAgentProperties.status()"
|
||||||
|
summary: "Get the status property: Gets or sets the guest agent status."
|
||||||
|
syntax: "public String status()"
|
||||||
|
desc: "Get the status property: Gets or sets the guest agent status."
|
||||||
|
returns:
|
||||||
|
description: "the status value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "GuestAgentProperties.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "GuestAgentProperties.uuid()"
|
||||||
|
summary: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
syntax: "public String uuid()"
|
||||||
|
desc: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "GuestAgentProperties.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.withCredentials(com.azure.resourcemanager.connectedvmware.models.GuestCredential)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.withCredentials(GuestCredential credentials)"
|
||||||
|
name: "withCredentials(GuestCredential credentials)"
|
||||||
|
nameWithType: "GuestAgentProperties.withCredentials(GuestCredential credentials)"
|
||||||
|
summary: "Set the credentials property: Username / Password Credentials to provision guest agent."
|
||||||
|
parameters:
|
||||||
|
- description: "the credentials value to set."
|
||||||
|
name: "credentials"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.GuestCredential?alt=com.azure.resourcemanager.connectedvmware.models.GuestCredential&text=GuestCredential\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public GuestAgentProperties withCredentials(GuestCredential credentials)"
|
||||||
|
desc: "Set the credentials property: Username / Password Credentials to provision guest agent."
|
||||||
|
returns:
|
||||||
|
description: "the GuestAgentProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties&text=GuestAgentProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.withHttpProxyConfig(com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.withHttpProxyConfig(HttpProxyConfiguration httpProxyConfig)"
|
||||||
|
name: "withHttpProxyConfig(HttpProxyConfiguration httpProxyConfig)"
|
||||||
|
nameWithType: "GuestAgentProperties.withHttpProxyConfig(HttpProxyConfiguration httpProxyConfig)"
|
||||||
|
summary: "Set the http<wbr>Proxy<wbr>Config property: HTTP Proxy configuration for the VM."
|
||||||
|
parameters:
|
||||||
|
- description: "the httpProxyConfig value to set."
|
||||||
|
name: "httpProxyConfig"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration?alt=com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration&text=HttpProxyConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public GuestAgentProperties withHttpProxyConfig(HttpProxyConfiguration httpProxyConfig)"
|
||||||
|
desc: "Set the httpProxyConfig property: HTTP Proxy configuration for the VM."
|
||||||
|
returns:
|
||||||
|
description: "the GuestAgentProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties&text=GuestAgentProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.withPrivateLinkScopeResourceId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.withPrivateLinkScopeResourceId(String privateLinkScopeResourceId)"
|
||||||
|
name: "withPrivateLinkScopeResourceId(String privateLinkScopeResourceId)"
|
||||||
|
nameWithType: "GuestAgentProperties.withPrivateLinkScopeResourceId(String privateLinkScopeResourceId)"
|
||||||
|
summary: "Set the private<wbr>Link<wbr>Scope<wbr>Resource<wbr>Id property: The resource id of the private link scope this machine is assigned to, if any."
|
||||||
|
parameters:
|
||||||
|
- description: "the privateLinkScopeResourceId value to set."
|
||||||
|
name: "privateLinkScopeResourceId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public GuestAgentProperties withPrivateLinkScopeResourceId(String privateLinkScopeResourceId)"
|
||||||
|
desc: "Set the privateLinkScopeResourceId property: The resource id of the private link scope this machine is assigned to, if any."
|
||||||
|
returns:
|
||||||
|
description: "the GuestAgentProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties&text=GuestAgentProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.withProvisioningAction(com.azure.resourcemanager.connectedvmware.models.ProvisioningAction)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties.withProvisioningAction(ProvisioningAction provisioningAction)"
|
||||||
|
name: "withProvisioningAction(ProvisioningAction provisioningAction)"
|
||||||
|
nameWithType: "GuestAgentProperties.withProvisioningAction(ProvisioningAction provisioningAction)"
|
||||||
|
summary: "Set the provisioning<wbr>Action property: Gets or sets the guest agent provisioning action."
|
||||||
|
parameters:
|
||||||
|
- description: "the provisioningAction value to set."
|
||||||
|
name: "provisioningAction"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningAction?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningAction&text=ProvisioningAction\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public GuestAgentProperties withProvisioningAction(ProvisioningAction provisioningAction)"
|
||||||
|
desc: "Set the provisioningAction property: Gets or sets the guest agent provisioning action."
|
||||||
|
returns:
|
||||||
|
description: "the GuestAgentProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties&text=GuestAgentProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Describes the properties of a Virtual Machine Guest Agent."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,319 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner"
|
||||||
|
name: "HostModelInner"
|
||||||
|
nameWithType: "HostModelInner"
|
||||||
|
summary: "Define the host."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 **HostModelInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.HostModelInner()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.HostModelInner()"
|
||||||
|
name: "HostModelInner()"
|
||||||
|
nameWithType: "HostModelInner.HostModelInner()"
|
||||||
|
summary: "Creates an instance of Host<wbr>Model<wbr>Inner class."
|
||||||
|
syntax: "public HostModelInner()"
|
||||||
|
desc: "Creates an instance of HostModelInner class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.cpuMhz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.cpuMhz()"
|
||||||
|
name: "cpuMhz()"
|
||||||
|
nameWithType: "HostModelInner.cpuMhz()"
|
||||||
|
summary: "Get the cpu<wbr>Mhz property: Gets the max CPU usage across all cores in MHz."
|
||||||
|
syntax: "public Long cpuMhz()"
|
||||||
|
desc: "Get the cpuMhz property: Gets the max CPU usage across all cores in MHz."
|
||||||
|
returns:
|
||||||
|
description: "the cpuMhz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "HostModelInner.customResourceName()"
|
||||||
|
summary: "Get the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
syntax: "public String customResourceName()"
|
||||||
|
desc: "Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.datastoreIds()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.datastoreIds()"
|
||||||
|
name: "datastoreIds()"
|
||||||
|
nameWithType: "HostModelInner.datastoreIds()"
|
||||||
|
summary: "Get the datastore<wbr>Ids property: Gets the datastore ARM ids."
|
||||||
|
syntax: "public List<String> datastoreIds()"
|
||||||
|
desc: "Get the datastoreIds property: Gets the datastore ARM ids."
|
||||||
|
returns:
|
||||||
|
description: "the datastoreIds 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.connectedvmware.fluent.models.HostModelInner.extendedLocation()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.extendedLocation()"
|
||||||
|
name: "extendedLocation()"
|
||||||
|
nameWithType: "HostModelInner.extendedLocation()"
|
||||||
|
summary: "Get the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
syntax: "public ExtendedLocation extendedLocation()"
|
||||||
|
desc: "Get the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the extendedLocation value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.inventoryItemId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.inventoryItemId()"
|
||||||
|
name: "inventoryItemId()"
|
||||||
|
nameWithType: "HostModelInner.inventoryItemId()"
|
||||||
|
summary: "Get the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the host."
|
||||||
|
syntax: "public String inventoryItemId()"
|
||||||
|
desc: "Get the inventoryItemId property: Gets or sets the inventory Item ID for the host."
|
||||||
|
returns:
|
||||||
|
description: "the inventoryItemId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.kind()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.kind()"
|
||||||
|
name: "kind()"
|
||||||
|
nameWithType: "HostModelInner.kind()"
|
||||||
|
summary: "Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
syntax: "public String kind()"
|
||||||
|
desc: "Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the kind value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.memorySizeGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.memorySizeGB()"
|
||||||
|
name: "memorySizeGB()"
|
||||||
|
nameWithType: "HostModelInner.memorySizeGB()"
|
||||||
|
summary: "Get the memory<wbr>SizeGB property: Gets the total amount of physical memory on the host in GB."
|
||||||
|
syntax: "public Long memorySizeGB()"
|
||||||
|
desc: "Get the memorySizeGB property: Gets the total amount of physical memory on the host in GB."
|
||||||
|
returns:
|
||||||
|
description: "the memorySizeGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.moName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.moName()"
|
||||||
|
name: "moName()"
|
||||||
|
nameWithType: "HostModelInner.moName()"
|
||||||
|
summary: "Get the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the host."
|
||||||
|
syntax: "public String moName()"
|
||||||
|
desc: "Get the moName property: Gets or sets the vCenter Managed Object name for the host."
|
||||||
|
returns:
|
||||||
|
description: "the moName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.moRefId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.moRefId()"
|
||||||
|
name: "moRefId()"
|
||||||
|
nameWithType: "HostModelInner.moRefId()"
|
||||||
|
summary: "Get the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the host."
|
||||||
|
syntax: "public String moRefId()"
|
||||||
|
desc: "Get the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the host."
|
||||||
|
returns:
|
||||||
|
description: "the moRefId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.networkIds()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.networkIds()"
|
||||||
|
name: "networkIds()"
|
||||||
|
nameWithType: "HostModelInner.networkIds()"
|
||||||
|
summary: "Get the network<wbr>Ids property: Gets the network ARM ids."
|
||||||
|
syntax: "public List<String> networkIds()"
|
||||||
|
desc: "Get the networkIds property: Gets the network ARM ids."
|
||||||
|
returns:
|
||||||
|
description: "the networkIds 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.connectedvmware.fluent.models.HostModelInner.overallCpuUsageMHz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.overallCpuUsageMHz()"
|
||||||
|
name: "overallCpuUsageMHz()"
|
||||||
|
nameWithType: "HostModelInner.overallCpuUsageMHz()"
|
||||||
|
summary: "Get the overall<wbr>Cpu<wbr>Usage<wbr>MHz property: Gets the used CPU usage across all cores in MHz."
|
||||||
|
syntax: "public Long overallCpuUsageMHz()"
|
||||||
|
desc: "Get the overallCpuUsageMHz property: Gets the used CPU usage across all cores in MHz."
|
||||||
|
returns:
|
||||||
|
description: "the overallCpuUsageMHz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.overallMemoryUsageGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.overallMemoryUsageGB()"
|
||||||
|
name: "overallMemoryUsageGB()"
|
||||||
|
nameWithType: "HostModelInner.overallMemoryUsageGB()"
|
||||||
|
summary: "Get the overall<wbr>Memory<wbr>UsageGB property: Gets the used physical memory on the host in GB."
|
||||||
|
syntax: "public Long overallMemoryUsageGB()"
|
||||||
|
desc: "Get the overallMemoryUsageGB property: Gets the used physical memory on the host in GB."
|
||||||
|
returns:
|
||||||
|
description: "the overallMemoryUsageGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "HostModelInner.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "HostModelInner.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.systemData()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.systemData()"
|
||||||
|
name: "systemData()"
|
||||||
|
nameWithType: "HostModelInner.systemData()"
|
||||||
|
summary: "Get the system<wbr>Data property: The system data."
|
||||||
|
syntax: "public SystemData systemData()"
|
||||||
|
desc: "Get the systemData property: The system data."
|
||||||
|
returns:
|
||||||
|
description: "the systemData value."
|
||||||
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "HostModelInner.uuid()"
|
||||||
|
summary: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
syntax: "public String uuid()"
|
||||||
|
desc: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.vCenterId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.vCenterId()"
|
||||||
|
name: "vCenterId()"
|
||||||
|
nameWithType: "HostModelInner.vCenterId()"
|
||||||
|
summary: "Get the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this host resides."
|
||||||
|
syntax: "public String vCenterId()"
|
||||||
|
desc: "Get the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this host resides."
|
||||||
|
returns:
|
||||||
|
description: "the vCenterId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "HostModelInner.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.withExtendedLocation(com.azure.resourcemanager.connectedvmware.models.ExtendedLocation)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
name: "withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
nameWithType: "HostModelInner.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
summary: "Set the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
parameters:
|
||||||
|
- description: "the extendedLocation value to set."
|
||||||
|
name: "extendedLocation"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public HostModelInner withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
desc: "Set the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the HostModelInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.withInventoryItemId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.withInventoryItemId(String inventoryItemId)"
|
||||||
|
name: "withInventoryItemId(String inventoryItemId)"
|
||||||
|
nameWithType: "HostModelInner.withInventoryItemId(String inventoryItemId)"
|
||||||
|
summary: "Set the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the host."
|
||||||
|
parameters:
|
||||||
|
- description: "the inventoryItemId value to set."
|
||||||
|
name: "inventoryItemId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public HostModelInner withInventoryItemId(String inventoryItemId)"
|
||||||
|
desc: "Set the inventoryItemId property: Gets or sets the inventory Item ID for the host."
|
||||||
|
returns:
|
||||||
|
description: "the HostModelInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.withKind(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.withKind(String kind)"
|
||||||
|
name: "withKind(String kind)"
|
||||||
|
nameWithType: "HostModelInner.withKind(String kind)"
|
||||||
|
summary: "Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
parameters:
|
||||||
|
- description: "the kind value to set."
|
||||||
|
name: "kind"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public HostModelInner withKind(String kind)"
|
||||||
|
desc: "Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the HostModelInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.withLocation(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.withLocation(String location)"
|
||||||
|
name: "withLocation(String location)"
|
||||||
|
nameWithType: "HostModelInner.withLocation(String location)"
|
||||||
|
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
|
||||||
|
parameters:
|
||||||
|
- name: "location"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public HostModelInner withLocation(String location)"
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "HostModelInner.withMoRefId(String moRefId)"
|
||||||
|
summary: "Set the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the host."
|
||||||
|
parameters:
|
||||||
|
- description: "the moRefId value to set."
|
||||||
|
name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public HostModelInner withMoRefId(String moRefId)"
|
||||||
|
desc: "Set the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the host."
|
||||||
|
returns:
|
||||||
|
description: "the HostModelInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.withTags(Map<String,String> tags)"
|
||||||
|
name: "withTags(Map<String,String> tags)"
|
||||||
|
nameWithType: "HostModelInner.withTags(Map<String,String> tags)"
|
||||||
|
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
parameters:
|
||||||
|
- name: "tags"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
||||||
|
syntax: "public HostModelInner withTags(Map<String,String> tags)"
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.withVCenterId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner.withVCenterId(String vCenterId)"
|
||||||
|
name: "withVCenterId(String vCenterId)"
|
||||||
|
nameWithType: "HostModelInner.withVCenterId(String vCenterId)"
|
||||||
|
summary: "Set the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this host resides."
|
||||||
|
parameters:
|
||||||
|
- description: "the vCenterId value to set."
|
||||||
|
name: "vCenterId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public HostModelInner withVCenterId(String vCenterId)"
|
||||||
|
desc: "Set the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this host resides."
|
||||||
|
returns:
|
||||||
|
description: "the HostModelInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner&text=HostModelInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Define the host."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,226 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties"
|
||||||
|
name: "HostProperties"
|
||||||
|
nameWithType: "HostProperties"
|
||||||
|
summary: "Describes the properties of a Host."
|
||||||
|
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 **HostProperties**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.HostProperties()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.HostProperties()"
|
||||||
|
name: "HostProperties()"
|
||||||
|
nameWithType: "HostProperties.HostProperties()"
|
||||||
|
summary: "Creates an instance of Host<wbr>Properties class."
|
||||||
|
syntax: "public HostProperties()"
|
||||||
|
desc: "Creates an instance of HostProperties class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.cpuMhz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.cpuMhz()"
|
||||||
|
name: "cpuMhz()"
|
||||||
|
nameWithType: "HostProperties.cpuMhz()"
|
||||||
|
summary: "Get the cpu<wbr>Mhz property: Gets the max CPU usage across all cores in MHz."
|
||||||
|
syntax: "public Long cpuMhz()"
|
||||||
|
desc: "Get the cpuMhz property: Gets the max CPU usage across all cores in MHz."
|
||||||
|
returns:
|
||||||
|
description: "the cpuMhz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "HostProperties.customResourceName()"
|
||||||
|
summary: "Get the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
syntax: "public String customResourceName()"
|
||||||
|
desc: "Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.datastoreIds()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.datastoreIds()"
|
||||||
|
name: "datastoreIds()"
|
||||||
|
nameWithType: "HostProperties.datastoreIds()"
|
||||||
|
summary: "Get the datastore<wbr>Ids property: Gets the datastore ARM ids."
|
||||||
|
syntax: "public List<String> datastoreIds()"
|
||||||
|
desc: "Get the datastoreIds property: Gets the datastore ARM ids."
|
||||||
|
returns:
|
||||||
|
description: "the datastoreIds 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.connectedvmware.fluent.models.HostProperties.inventoryItemId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.inventoryItemId()"
|
||||||
|
name: "inventoryItemId()"
|
||||||
|
nameWithType: "HostProperties.inventoryItemId()"
|
||||||
|
summary: "Get the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the host."
|
||||||
|
syntax: "public String inventoryItemId()"
|
||||||
|
desc: "Get the inventoryItemId property: Gets or sets the inventory Item ID for the host."
|
||||||
|
returns:
|
||||||
|
description: "the inventoryItemId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.memorySizeGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.memorySizeGB()"
|
||||||
|
name: "memorySizeGB()"
|
||||||
|
nameWithType: "HostProperties.memorySizeGB()"
|
||||||
|
summary: "Get the memory<wbr>SizeGB property: Gets the total amount of physical memory on the host in GB."
|
||||||
|
syntax: "public Long memorySizeGB()"
|
||||||
|
desc: "Get the memorySizeGB property: Gets the total amount of physical memory on the host in GB."
|
||||||
|
returns:
|
||||||
|
description: "the memorySizeGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.moName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.moName()"
|
||||||
|
name: "moName()"
|
||||||
|
nameWithType: "HostProperties.moName()"
|
||||||
|
summary: "Get the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the host."
|
||||||
|
syntax: "public String moName()"
|
||||||
|
desc: "Get the moName property: Gets or sets the vCenter Managed Object name for the host."
|
||||||
|
returns:
|
||||||
|
description: "the moName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.moRefId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.moRefId()"
|
||||||
|
name: "moRefId()"
|
||||||
|
nameWithType: "HostProperties.moRefId()"
|
||||||
|
summary: "Get the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the host."
|
||||||
|
syntax: "public String moRefId()"
|
||||||
|
desc: "Get the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the host."
|
||||||
|
returns:
|
||||||
|
description: "the moRefId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.networkIds()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.networkIds()"
|
||||||
|
name: "networkIds()"
|
||||||
|
nameWithType: "HostProperties.networkIds()"
|
||||||
|
summary: "Get the network<wbr>Ids property: Gets the network ARM ids."
|
||||||
|
syntax: "public List<String> networkIds()"
|
||||||
|
desc: "Get the networkIds property: Gets the network ARM ids."
|
||||||
|
returns:
|
||||||
|
description: "the networkIds 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.connectedvmware.fluent.models.HostProperties.overallCpuUsageMHz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.overallCpuUsageMHz()"
|
||||||
|
name: "overallCpuUsageMHz()"
|
||||||
|
nameWithType: "HostProperties.overallCpuUsageMHz()"
|
||||||
|
summary: "Get the overall<wbr>Cpu<wbr>Usage<wbr>MHz property: Gets the used CPU usage across all cores in MHz."
|
||||||
|
syntax: "public Long overallCpuUsageMHz()"
|
||||||
|
desc: "Get the overallCpuUsageMHz property: Gets the used CPU usage across all cores in MHz."
|
||||||
|
returns:
|
||||||
|
description: "the overallCpuUsageMHz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.overallMemoryUsageGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.overallMemoryUsageGB()"
|
||||||
|
name: "overallMemoryUsageGB()"
|
||||||
|
nameWithType: "HostProperties.overallMemoryUsageGB()"
|
||||||
|
summary: "Get the overall<wbr>Memory<wbr>UsageGB property: Gets the used physical memory on the host in GB."
|
||||||
|
syntax: "public Long overallMemoryUsageGB()"
|
||||||
|
desc: "Get the overallMemoryUsageGB property: Gets the used physical memory on the host in GB."
|
||||||
|
returns:
|
||||||
|
description: "the overallMemoryUsageGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "HostProperties.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "HostProperties.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "HostProperties.uuid()"
|
||||||
|
summary: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
syntax: "public String uuid()"
|
||||||
|
desc: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.vCenterId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.vCenterId()"
|
||||||
|
name: "vCenterId()"
|
||||||
|
nameWithType: "HostProperties.vCenterId()"
|
||||||
|
summary: "Get the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this host resides."
|
||||||
|
syntax: "public String vCenterId()"
|
||||||
|
desc: "Get the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this host resides."
|
||||||
|
returns:
|
||||||
|
description: "the vCenterId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "HostProperties.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.withInventoryItemId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.withInventoryItemId(String inventoryItemId)"
|
||||||
|
name: "withInventoryItemId(String inventoryItemId)"
|
||||||
|
nameWithType: "HostProperties.withInventoryItemId(String inventoryItemId)"
|
||||||
|
summary: "Set the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the host."
|
||||||
|
parameters:
|
||||||
|
- description: "the inventoryItemId value to set."
|
||||||
|
name: "inventoryItemId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public HostProperties withInventoryItemId(String inventoryItemId)"
|
||||||
|
desc: "Set the inventoryItemId property: Gets or sets the inventory Item ID for the host."
|
||||||
|
returns:
|
||||||
|
description: "the HostProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties&text=HostProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "HostProperties.withMoRefId(String moRefId)"
|
||||||
|
summary: "Set the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the host."
|
||||||
|
parameters:
|
||||||
|
- description: "the moRefId value to set."
|
||||||
|
name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public HostProperties withMoRefId(String moRefId)"
|
||||||
|
desc: "Set the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the host."
|
||||||
|
returns:
|
||||||
|
description: "the HostProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties&text=HostProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.withVCenterId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties.withVCenterId(String vCenterId)"
|
||||||
|
name: "withVCenterId(String vCenterId)"
|
||||||
|
nameWithType: "HostProperties.withVCenterId(String vCenterId)"
|
||||||
|
summary: "Set the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this host resides."
|
||||||
|
parameters:
|
||||||
|
- description: "the vCenterId value to set."
|
||||||
|
name: "vCenterId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public HostProperties withVCenterId(String vCenterId)"
|
||||||
|
desc: "Set the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this host resides."
|
||||||
|
returns:
|
||||||
|
description: "the HostProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties&text=HostProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Describes the properties of a Host."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,108 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner"
|
||||||
|
name: "InventoryItemInner"
|
||||||
|
nameWithType: "InventoryItemInner"
|
||||||
|
summary: "Defines the inventory item."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 **InventoryItemInner**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner.InventoryItemInner()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner.InventoryItemInner()"
|
||||||
|
name: "InventoryItemInner()"
|
||||||
|
nameWithType: "InventoryItemInner.InventoryItemInner()"
|
||||||
|
summary: "Creates an instance of Inventory<wbr>Item<wbr>Inner class."
|
||||||
|
syntax: "public InventoryItemInner()"
|
||||||
|
desc: "Creates an instance of InventoryItemInner class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner.kind()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner.kind()"
|
||||||
|
name: "kind()"
|
||||||
|
nameWithType: "InventoryItemInner.kind()"
|
||||||
|
summary: "Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
syntax: "public String kind()"
|
||||||
|
desc: "Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the kind value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner.properties()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner.properties()"
|
||||||
|
name: "properties()"
|
||||||
|
nameWithType: "InventoryItemInner.properties()"
|
||||||
|
summary: "Get the properties property: Resource properties."
|
||||||
|
syntax: "public InventoryItemProperties properties()"
|
||||||
|
desc: "Get the properties property: Resource properties."
|
||||||
|
returns:
|
||||||
|
description: "the properties value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties&text=InventoryItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner.systemData()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner.systemData()"
|
||||||
|
name: "systemData()"
|
||||||
|
nameWithType: "InventoryItemInner.systemData()"
|
||||||
|
summary: "Get the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
|
||||||
|
syntax: "public SystemData systemData()"
|
||||||
|
desc: "Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
|
||||||
|
returns:
|
||||||
|
description: "the systemData value."
|
||||||
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "InventoryItemInner.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner.withKind(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner.withKind(String kind)"
|
||||||
|
name: "withKind(String kind)"
|
||||||
|
nameWithType: "InventoryItemInner.withKind(String kind)"
|
||||||
|
summary: "Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
parameters:
|
||||||
|
- description: "the kind value to set."
|
||||||
|
name: "kind"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public InventoryItemInner withKind(String kind)"
|
||||||
|
desc: "Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the InventoryItemInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner&text=InventoryItemInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner.withProperties(com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner.withProperties(InventoryItemProperties properties)"
|
||||||
|
name: "withProperties(InventoryItemProperties properties)"
|
||||||
|
nameWithType: "InventoryItemInner.withProperties(InventoryItemProperties properties)"
|
||||||
|
summary: "Set the properties property: Resource properties."
|
||||||
|
parameters:
|
||||||
|
- description: "the properties value to set."
|
||||||
|
name: "properties"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties&text=InventoryItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public InventoryItemInner withProperties(InventoryItemProperties properties)"
|
||||||
|
desc: "Set the properties property: Resource properties."
|
||||||
|
returns:
|
||||||
|
description: "the InventoryItemInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner&text=InventoryItemInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Defines the inventory item."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,116 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner"
|
||||||
|
name: "OperationInner"
|
||||||
|
nameWithType: "OperationInner"
|
||||||
|
summary: "Operation provided by provider."
|
||||||
|
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 **OperationInner**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner.OperationInner()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner.OperationInner()"
|
||||||
|
name: "OperationInner()"
|
||||||
|
nameWithType: "OperationInner.OperationInner()"
|
||||||
|
summary: "Creates an instance of Operation<wbr>Inner class."
|
||||||
|
syntax: "public OperationInner()"
|
||||||
|
desc: "Creates an instance of OperationInner class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner.display()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner.display()"
|
||||||
|
name: "display()"
|
||||||
|
nameWithType: "OperationInner.display()"
|
||||||
|
summary: "Get the display property: Properties of the operation."
|
||||||
|
syntax: "public OperationDisplay display()"
|
||||||
|
desc: "Get the display property: Properties of the operation."
|
||||||
|
returns:
|
||||||
|
description: "the display value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.OperationDisplay?alt=com.azure.resourcemanager.connectedvmware.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner.isDataAction()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner.isDataAction()"
|
||||||
|
name: "isDataAction()"
|
||||||
|
nameWithType: "OperationInner.isDataAction()"
|
||||||
|
summary: "Get the is<wbr>Data<wbr>Action property: Indicates whether the operation is data action or not."
|
||||||
|
syntax: "public Boolean isDataAction()"
|
||||||
|
desc: "Get the isDataAction property: Indicates whether the operation is data action or not."
|
||||||
|
returns:
|
||||||
|
description: "the isDataAction value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner.name()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner.name()"
|
||||||
|
name: "name()"
|
||||||
|
nameWithType: "OperationInner.name()"
|
||||||
|
summary: "Get the name property: Name of the operation."
|
||||||
|
syntax: "public String name()"
|
||||||
|
desc: "Get the name property: Name of the operation."
|
||||||
|
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.connectedvmware.fluent.models.OperationInner.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "OperationInner.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner.withDisplay(com.azure.resourcemanager.connectedvmware.models.OperationDisplay)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner.withDisplay(OperationDisplay display)"
|
||||||
|
name: "withDisplay(OperationDisplay display)"
|
||||||
|
nameWithType: "OperationInner.withDisplay(OperationDisplay display)"
|
||||||
|
summary: "Set the display property: Properties of the operation."
|
||||||
|
parameters:
|
||||||
|
- description: "the display value to set."
|
||||||
|
name: "display"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.OperationDisplay?alt=com.azure.resourcemanager.connectedvmware.models.OperationDisplay&text=OperationDisplay\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public OperationInner withDisplay(OperationDisplay display)"
|
||||||
|
desc: "Set the display property: Properties of the operation."
|
||||||
|
returns:
|
||||||
|
description: "the OperationInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner.withIsDataAction(java.lang.Boolean)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner.withIsDataAction(Boolean isDataAction)"
|
||||||
|
name: "withIsDataAction(Boolean isDataAction)"
|
||||||
|
nameWithType: "OperationInner.withIsDataAction(Boolean isDataAction)"
|
||||||
|
summary: "Set the is<wbr>Data<wbr>Action property: Indicates whether the operation is data action or not."
|
||||||
|
parameters:
|
||||||
|
- description: "the isDataAction value to set."
|
||||||
|
name: "isDataAction"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
syntax: "public OperationInner withIsDataAction(Boolean isDataAction)"
|
||||||
|
desc: "Set the isDataAction property: Indicates whether the operation is data action or not."
|
||||||
|
returns:
|
||||||
|
description: "the OperationInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner.withName(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner.withName(String name)"
|
||||||
|
name: "withName(String name)"
|
||||||
|
nameWithType: "OperationInner.withName(String name)"
|
||||||
|
summary: "Set the name property: Name of the operation."
|
||||||
|
parameters:
|
||||||
|
- description: "the name value to set."
|
||||||
|
name: "name"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public OperationInner withName(String name)"
|
||||||
|
desc: "Set the name property: Name of the operation."
|
||||||
|
returns:
|
||||||
|
description: "the OperationInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner&text=OperationInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Operation provided by provider."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,379 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner"
|
||||||
|
name: "ResourcePoolInner"
|
||||||
|
nameWithType: "ResourcePoolInner"
|
||||||
|
summary: "Define the resource<wbr>Pool."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 **ResourcePoolInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.ResourcePoolInner()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.ResourcePoolInner()"
|
||||||
|
name: "ResourcePoolInner()"
|
||||||
|
nameWithType: "ResourcePoolInner.ResourcePoolInner()"
|
||||||
|
summary: "Creates an instance of Resource<wbr>Pool<wbr>Inner class."
|
||||||
|
syntax: "public ResourcePoolInner()"
|
||||||
|
desc: "Creates an instance of ResourcePoolInner class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.cpuCapacityMHz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.cpuCapacityMHz()"
|
||||||
|
name: "cpuCapacityMHz()"
|
||||||
|
nameWithType: "ResourcePoolInner.cpuCapacityMHz()"
|
||||||
|
summary: "Get the cpu<wbr>Capacity<wbr>MHz property: Gets the max CPU usage across all cores on the pool in MHz."
|
||||||
|
syntax: "public Long cpuCapacityMHz()"
|
||||||
|
desc: "Get the cpuCapacityMHz property: Gets the max CPU usage across all cores on the pool in MHz."
|
||||||
|
returns:
|
||||||
|
description: "the cpuCapacityMHz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.cpuLimitMHz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.cpuLimitMHz()"
|
||||||
|
name: "cpuLimitMHz()"
|
||||||
|
nameWithType: "ResourcePoolInner.cpuLimitMHz()"
|
||||||
|
summary: "Get the cpu<wbr>Limit<wbr>MHz property: Gets or sets CPULimit<wbr>MHz which specifies a CPU usage limit in MHz."
|
||||||
|
syntax: "public Long cpuLimitMHz()"
|
||||||
|
desc: "Get the cpuLimitMHz property: Gets or sets CPULimitMHz which specifies a CPU usage limit in MHz. Utilization will not exceed this limit even if there are available resources."
|
||||||
|
returns:
|
||||||
|
description: "the cpuLimitMHz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.cpuOverallUsageMHz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.cpuOverallUsageMHz()"
|
||||||
|
name: "cpuOverallUsageMHz()"
|
||||||
|
nameWithType: "ResourcePoolInner.cpuOverallUsageMHz()"
|
||||||
|
summary: "Get the cpu<wbr>Overall<wbr>Usage<wbr>MHz property: Gets the used CPU usage across all cores on the pool in MHz."
|
||||||
|
syntax: "public Long cpuOverallUsageMHz()"
|
||||||
|
desc: "Get the cpuOverallUsageMHz property: Gets the used CPU usage across all cores on the pool in MHz."
|
||||||
|
returns:
|
||||||
|
description: "the cpuOverallUsageMHz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.cpuReservationMHz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.cpuReservationMHz()"
|
||||||
|
name: "cpuReservationMHz()"
|
||||||
|
nameWithType: "ResourcePoolInner.cpuReservationMHz()"
|
||||||
|
summary: "Get the cpu<wbr>Reservation<wbr>MHz property: Gets or sets CPUReservation<wbr>MHz which specifies the CPU size in MHz that is guaranteed to be available."
|
||||||
|
syntax: "public Long cpuReservationMHz()"
|
||||||
|
desc: "Get the cpuReservationMHz property: Gets or sets CPUReservationMHz which specifies the CPU size in MHz that is guaranteed to be available."
|
||||||
|
returns:
|
||||||
|
description: "the cpuReservationMHz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.cpuSharesLevel()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.cpuSharesLevel()"
|
||||||
|
name: "cpuSharesLevel()"
|
||||||
|
nameWithType: "ResourcePoolInner.cpuSharesLevel()"
|
||||||
|
summary: "Get the cpu<wbr>Shares<wbr>Level property: Gets or sets CPUShares<wbr>Level which specifies the CPU allocation level for this pool."
|
||||||
|
syntax: "public String cpuSharesLevel()"
|
||||||
|
desc: "Get the cpuSharesLevel property: Gets or sets CPUSharesLevel which specifies the CPU allocation level for this pool. This property is used in relative allocation between resource consumers."
|
||||||
|
returns:
|
||||||
|
description: "the cpuSharesLevel value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "ResourcePoolInner.customResourceName()"
|
||||||
|
summary: "Get the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
syntax: "public String customResourceName()"
|
||||||
|
desc: "Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.datastoreIds()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.datastoreIds()"
|
||||||
|
name: "datastoreIds()"
|
||||||
|
nameWithType: "ResourcePoolInner.datastoreIds()"
|
||||||
|
summary: "Get the datastore<wbr>Ids property: Gets the datastore ARM ids."
|
||||||
|
syntax: "public List<String> datastoreIds()"
|
||||||
|
desc: "Get the datastoreIds property: Gets the datastore ARM ids."
|
||||||
|
returns:
|
||||||
|
description: "the datastoreIds 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.connectedvmware.fluent.models.ResourcePoolInner.extendedLocation()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.extendedLocation()"
|
||||||
|
name: "extendedLocation()"
|
||||||
|
nameWithType: "ResourcePoolInner.extendedLocation()"
|
||||||
|
summary: "Get the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
syntax: "public ExtendedLocation extendedLocation()"
|
||||||
|
desc: "Get the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the extendedLocation value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.inventoryItemId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.inventoryItemId()"
|
||||||
|
name: "inventoryItemId()"
|
||||||
|
nameWithType: "ResourcePoolInner.inventoryItemId()"
|
||||||
|
summary: "Get the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the resource pool."
|
||||||
|
syntax: "public String inventoryItemId()"
|
||||||
|
desc: "Get the inventoryItemId property: Gets or sets the inventory Item ID for the resource pool."
|
||||||
|
returns:
|
||||||
|
description: "the inventoryItemId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.kind()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.kind()"
|
||||||
|
name: "kind()"
|
||||||
|
nameWithType: "ResourcePoolInner.kind()"
|
||||||
|
summary: "Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
syntax: "public String kind()"
|
||||||
|
desc: "Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the kind value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.memCapacityGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.memCapacityGB()"
|
||||||
|
name: "memCapacityGB()"
|
||||||
|
nameWithType: "ResourcePoolInner.memCapacityGB()"
|
||||||
|
summary: "Get the mem<wbr>CapacityGB property: Gets the total amount of physical memory on the pool in GB."
|
||||||
|
syntax: "public Long memCapacityGB()"
|
||||||
|
desc: "Get the memCapacityGB property: Gets the total amount of physical memory on the pool in GB."
|
||||||
|
returns:
|
||||||
|
description: "the memCapacityGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.memLimitMB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.memLimitMB()"
|
||||||
|
name: "memLimitMB()"
|
||||||
|
nameWithType: "ResourcePoolInner.memLimitMB()"
|
||||||
|
summary: "Get the mem<wbr>LimitMB property: Gets or sets Mem<wbr>LimitMB specifies a memory usage limit in megabytes."
|
||||||
|
syntax: "public Long memLimitMB()"
|
||||||
|
desc: "Get the memLimitMB property: Gets or sets MemLimitMB specifies a memory usage limit in megabytes. Utilization will not exceed the specified limit even if there are available resources."
|
||||||
|
returns:
|
||||||
|
description: "the memLimitMB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.memOverallUsageGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.memOverallUsageGB()"
|
||||||
|
name: "memOverallUsageGB()"
|
||||||
|
nameWithType: "ResourcePoolInner.memOverallUsageGB()"
|
||||||
|
summary: "Get the mem<wbr>Overall<wbr>UsageGB property: Gets the used physical memory on the pool in GB."
|
||||||
|
syntax: "public Long memOverallUsageGB()"
|
||||||
|
desc: "Get the memOverallUsageGB property: Gets the used physical memory on the pool in GB."
|
||||||
|
returns:
|
||||||
|
description: "the memOverallUsageGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.memReservationMB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.memReservationMB()"
|
||||||
|
name: "memReservationMB()"
|
||||||
|
nameWithType: "ResourcePoolInner.memReservationMB()"
|
||||||
|
summary: "Get the mem<wbr>ReservationMB property: Gets or sets Mem<wbr>ReservationMB which specifies the guaranteed available memory in megabytes."
|
||||||
|
syntax: "public Long memReservationMB()"
|
||||||
|
desc: "Get the memReservationMB property: Gets or sets MemReservationMB which specifies the guaranteed available memory in megabytes."
|
||||||
|
returns:
|
||||||
|
description: "the memReservationMB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.memSharesLevel()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.memSharesLevel()"
|
||||||
|
name: "memSharesLevel()"
|
||||||
|
nameWithType: "ResourcePoolInner.memSharesLevel()"
|
||||||
|
summary: "Get the mem<wbr>Shares<wbr>Level property: Gets or sets CPUShares<wbr>Level which specifies the memory allocation level for this pool."
|
||||||
|
syntax: "public String memSharesLevel()"
|
||||||
|
desc: "Get the memSharesLevel property: Gets or sets CPUSharesLevel which specifies the memory allocation level for this pool. This property is used in relative allocation between resource consumers."
|
||||||
|
returns:
|
||||||
|
description: "the memSharesLevel value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.moName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.moName()"
|
||||||
|
name: "moName()"
|
||||||
|
nameWithType: "ResourcePoolInner.moName()"
|
||||||
|
summary: "Get the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the resource pool."
|
||||||
|
syntax: "public String moName()"
|
||||||
|
desc: "Get the moName property: Gets or sets the vCenter Managed Object name for the resource pool."
|
||||||
|
returns:
|
||||||
|
description: "the moName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.moRefId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.moRefId()"
|
||||||
|
name: "moRefId()"
|
||||||
|
nameWithType: "ResourcePoolInner.moRefId()"
|
||||||
|
summary: "Get the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the resource pool."
|
||||||
|
syntax: "public String moRefId()"
|
||||||
|
desc: "Get the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the resource pool."
|
||||||
|
returns:
|
||||||
|
description: "the moRefId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.networkIds()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.networkIds()"
|
||||||
|
name: "networkIds()"
|
||||||
|
nameWithType: "ResourcePoolInner.networkIds()"
|
||||||
|
summary: "Get the network<wbr>Ids property: Gets the network ARM ids."
|
||||||
|
syntax: "public List<String> networkIds()"
|
||||||
|
desc: "Get the networkIds property: Gets the network ARM ids."
|
||||||
|
returns:
|
||||||
|
description: "the networkIds 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.connectedvmware.fluent.models.ResourcePoolInner.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "ResourcePoolInner.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "ResourcePoolInner.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.systemData()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.systemData()"
|
||||||
|
name: "systemData()"
|
||||||
|
nameWithType: "ResourcePoolInner.systemData()"
|
||||||
|
summary: "Get the system<wbr>Data property: The system data."
|
||||||
|
syntax: "public SystemData systemData()"
|
||||||
|
desc: "Get the systemData property: The system data."
|
||||||
|
returns:
|
||||||
|
description: "the systemData value."
|
||||||
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "ResourcePoolInner.uuid()"
|
||||||
|
summary: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
syntax: "public String uuid()"
|
||||||
|
desc: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.vCenterId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.vCenterId()"
|
||||||
|
name: "vCenterId()"
|
||||||
|
nameWithType: "ResourcePoolInner.vCenterId()"
|
||||||
|
summary: "Get the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this resource pool resides."
|
||||||
|
syntax: "public String vCenterId()"
|
||||||
|
desc: "Get the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this resource pool resides."
|
||||||
|
returns:
|
||||||
|
description: "the vCenterId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "ResourcePoolInner.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.withExtendedLocation(com.azure.resourcemanager.connectedvmware.models.ExtendedLocation)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
name: "withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
nameWithType: "ResourcePoolInner.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
summary: "Set the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
parameters:
|
||||||
|
- description: "the extendedLocation value to set."
|
||||||
|
name: "extendedLocation"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public ResourcePoolInner withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
desc: "Set the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the ResourcePoolInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.withInventoryItemId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.withInventoryItemId(String inventoryItemId)"
|
||||||
|
name: "withInventoryItemId(String inventoryItemId)"
|
||||||
|
nameWithType: "ResourcePoolInner.withInventoryItemId(String inventoryItemId)"
|
||||||
|
summary: "Set the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the resource pool."
|
||||||
|
parameters:
|
||||||
|
- description: "the inventoryItemId value to set."
|
||||||
|
name: "inventoryItemId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ResourcePoolInner withInventoryItemId(String inventoryItemId)"
|
||||||
|
desc: "Set the inventoryItemId property: Gets or sets the inventory Item ID for the resource pool."
|
||||||
|
returns:
|
||||||
|
description: "the ResourcePoolInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.withKind(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.withKind(String kind)"
|
||||||
|
name: "withKind(String kind)"
|
||||||
|
nameWithType: "ResourcePoolInner.withKind(String kind)"
|
||||||
|
summary: "Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
parameters:
|
||||||
|
- description: "the kind value to set."
|
||||||
|
name: "kind"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ResourcePoolInner withKind(String kind)"
|
||||||
|
desc: "Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the ResourcePoolInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.withLocation(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.withLocation(String location)"
|
||||||
|
name: "withLocation(String location)"
|
||||||
|
nameWithType: "ResourcePoolInner.withLocation(String location)"
|
||||||
|
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
|
||||||
|
parameters:
|
||||||
|
- name: "location"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ResourcePoolInner withLocation(String location)"
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "ResourcePoolInner.withMoRefId(String moRefId)"
|
||||||
|
summary: "Set the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the resource pool."
|
||||||
|
parameters:
|
||||||
|
- description: "the moRefId value to set."
|
||||||
|
name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ResourcePoolInner withMoRefId(String moRefId)"
|
||||||
|
desc: "Set the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the resource pool."
|
||||||
|
returns:
|
||||||
|
description: "the ResourcePoolInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.withTags(Map<String,String> tags)"
|
||||||
|
name: "withTags(Map<String,String> tags)"
|
||||||
|
nameWithType: "ResourcePoolInner.withTags(Map<String,String> tags)"
|
||||||
|
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
parameters:
|
||||||
|
- name: "tags"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
||||||
|
syntax: "public ResourcePoolInner withTags(Map<String,String> tags)"
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.withVCenterId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner.withVCenterId(String vCenterId)"
|
||||||
|
name: "withVCenterId(String vCenterId)"
|
||||||
|
nameWithType: "ResourcePoolInner.withVCenterId(String vCenterId)"
|
||||||
|
summary: "Set the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this resource pool resides."
|
||||||
|
parameters:
|
||||||
|
- description: "the vCenterId value to set."
|
||||||
|
name: "vCenterId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ResourcePoolInner withVCenterId(String vCenterId)"
|
||||||
|
desc: "Set the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this resource pool resides."
|
||||||
|
returns:
|
||||||
|
description: "the ResourcePoolInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner&text=ResourcePoolInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Define the resourcePool."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,286 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties"
|
||||||
|
name: "ResourcePoolProperties"
|
||||||
|
nameWithType: "ResourcePoolProperties"
|
||||||
|
summary: "Describes the properties of a Resource Pool."
|
||||||
|
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 **ResourcePoolProperties**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.ResourcePoolProperties()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.ResourcePoolProperties()"
|
||||||
|
name: "ResourcePoolProperties()"
|
||||||
|
nameWithType: "ResourcePoolProperties.ResourcePoolProperties()"
|
||||||
|
summary: "Creates an instance of Resource<wbr>Pool<wbr>Properties class."
|
||||||
|
syntax: "public ResourcePoolProperties()"
|
||||||
|
desc: "Creates an instance of ResourcePoolProperties class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.cpuCapacityMHz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.cpuCapacityMHz()"
|
||||||
|
name: "cpuCapacityMHz()"
|
||||||
|
nameWithType: "ResourcePoolProperties.cpuCapacityMHz()"
|
||||||
|
summary: "Get the cpu<wbr>Capacity<wbr>MHz property: Gets the max CPU usage across all cores on the pool in MHz."
|
||||||
|
syntax: "public Long cpuCapacityMHz()"
|
||||||
|
desc: "Get the cpuCapacityMHz property: Gets the max CPU usage across all cores on the pool in MHz."
|
||||||
|
returns:
|
||||||
|
description: "the cpuCapacityMHz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.cpuLimitMHz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.cpuLimitMHz()"
|
||||||
|
name: "cpuLimitMHz()"
|
||||||
|
nameWithType: "ResourcePoolProperties.cpuLimitMHz()"
|
||||||
|
summary: "Get the cpu<wbr>Limit<wbr>MHz property: Gets or sets CPULimit<wbr>MHz which specifies a CPU usage limit in MHz."
|
||||||
|
syntax: "public Long cpuLimitMHz()"
|
||||||
|
desc: "Get the cpuLimitMHz property: Gets or sets CPULimitMHz which specifies a CPU usage limit in MHz. Utilization will not exceed this limit even if there are available resources."
|
||||||
|
returns:
|
||||||
|
description: "the cpuLimitMHz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.cpuOverallUsageMHz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.cpuOverallUsageMHz()"
|
||||||
|
name: "cpuOverallUsageMHz()"
|
||||||
|
nameWithType: "ResourcePoolProperties.cpuOverallUsageMHz()"
|
||||||
|
summary: "Get the cpu<wbr>Overall<wbr>Usage<wbr>MHz property: Gets the used CPU usage across all cores on the pool in MHz."
|
||||||
|
syntax: "public Long cpuOverallUsageMHz()"
|
||||||
|
desc: "Get the cpuOverallUsageMHz property: Gets the used CPU usage across all cores on the pool in MHz."
|
||||||
|
returns:
|
||||||
|
description: "the cpuOverallUsageMHz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.cpuReservationMHz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.cpuReservationMHz()"
|
||||||
|
name: "cpuReservationMHz()"
|
||||||
|
nameWithType: "ResourcePoolProperties.cpuReservationMHz()"
|
||||||
|
summary: "Get the cpu<wbr>Reservation<wbr>MHz property: Gets or sets CPUReservation<wbr>MHz which specifies the CPU size in MHz that is guaranteed to be available."
|
||||||
|
syntax: "public Long cpuReservationMHz()"
|
||||||
|
desc: "Get the cpuReservationMHz property: Gets or sets CPUReservationMHz which specifies the CPU size in MHz that is guaranteed to be available."
|
||||||
|
returns:
|
||||||
|
description: "the cpuReservationMHz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.cpuSharesLevel()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.cpuSharesLevel()"
|
||||||
|
name: "cpuSharesLevel()"
|
||||||
|
nameWithType: "ResourcePoolProperties.cpuSharesLevel()"
|
||||||
|
summary: "Get the cpu<wbr>Shares<wbr>Level property: Gets or sets CPUShares<wbr>Level which specifies the CPU allocation level for this pool."
|
||||||
|
syntax: "public String cpuSharesLevel()"
|
||||||
|
desc: "Get the cpuSharesLevel property: Gets or sets CPUSharesLevel which specifies the CPU allocation level for this pool. This property is used in relative allocation between resource consumers."
|
||||||
|
returns:
|
||||||
|
description: "the cpuSharesLevel value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "ResourcePoolProperties.customResourceName()"
|
||||||
|
summary: "Get the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
syntax: "public String customResourceName()"
|
||||||
|
desc: "Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.datastoreIds()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.datastoreIds()"
|
||||||
|
name: "datastoreIds()"
|
||||||
|
nameWithType: "ResourcePoolProperties.datastoreIds()"
|
||||||
|
summary: "Get the datastore<wbr>Ids property: Gets the datastore ARM ids."
|
||||||
|
syntax: "public List<String> datastoreIds()"
|
||||||
|
desc: "Get the datastoreIds property: Gets the datastore ARM ids."
|
||||||
|
returns:
|
||||||
|
description: "the datastoreIds 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.connectedvmware.fluent.models.ResourcePoolProperties.inventoryItemId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.inventoryItemId()"
|
||||||
|
name: "inventoryItemId()"
|
||||||
|
nameWithType: "ResourcePoolProperties.inventoryItemId()"
|
||||||
|
summary: "Get the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the resource pool."
|
||||||
|
syntax: "public String inventoryItemId()"
|
||||||
|
desc: "Get the inventoryItemId property: Gets or sets the inventory Item ID for the resource pool."
|
||||||
|
returns:
|
||||||
|
description: "the inventoryItemId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.memCapacityGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.memCapacityGB()"
|
||||||
|
name: "memCapacityGB()"
|
||||||
|
nameWithType: "ResourcePoolProperties.memCapacityGB()"
|
||||||
|
summary: "Get the mem<wbr>CapacityGB property: Gets the total amount of physical memory on the pool in GB."
|
||||||
|
syntax: "public Long memCapacityGB()"
|
||||||
|
desc: "Get the memCapacityGB property: Gets the total amount of physical memory on the pool in GB."
|
||||||
|
returns:
|
||||||
|
description: "the memCapacityGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.memLimitMB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.memLimitMB()"
|
||||||
|
name: "memLimitMB()"
|
||||||
|
nameWithType: "ResourcePoolProperties.memLimitMB()"
|
||||||
|
summary: "Get the mem<wbr>LimitMB property: Gets or sets Mem<wbr>LimitMB specifies a memory usage limit in megabytes."
|
||||||
|
syntax: "public Long memLimitMB()"
|
||||||
|
desc: "Get the memLimitMB property: Gets or sets MemLimitMB specifies a memory usage limit in megabytes. Utilization will not exceed the specified limit even if there are available resources."
|
||||||
|
returns:
|
||||||
|
description: "the memLimitMB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.memOverallUsageGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.memOverallUsageGB()"
|
||||||
|
name: "memOverallUsageGB()"
|
||||||
|
nameWithType: "ResourcePoolProperties.memOverallUsageGB()"
|
||||||
|
summary: "Get the mem<wbr>Overall<wbr>UsageGB property: Gets the used physical memory on the pool in GB."
|
||||||
|
syntax: "public Long memOverallUsageGB()"
|
||||||
|
desc: "Get the memOverallUsageGB property: Gets the used physical memory on the pool in GB."
|
||||||
|
returns:
|
||||||
|
description: "the memOverallUsageGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.memReservationMB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.memReservationMB()"
|
||||||
|
name: "memReservationMB()"
|
||||||
|
nameWithType: "ResourcePoolProperties.memReservationMB()"
|
||||||
|
summary: "Get the mem<wbr>ReservationMB property: Gets or sets Mem<wbr>ReservationMB which specifies the guaranteed available memory in megabytes."
|
||||||
|
syntax: "public Long memReservationMB()"
|
||||||
|
desc: "Get the memReservationMB property: Gets or sets MemReservationMB which specifies the guaranteed available memory in megabytes."
|
||||||
|
returns:
|
||||||
|
description: "the memReservationMB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.memSharesLevel()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.memSharesLevel()"
|
||||||
|
name: "memSharesLevel()"
|
||||||
|
nameWithType: "ResourcePoolProperties.memSharesLevel()"
|
||||||
|
summary: "Get the mem<wbr>Shares<wbr>Level property: Gets or sets CPUShares<wbr>Level which specifies the memory allocation level for this pool."
|
||||||
|
syntax: "public String memSharesLevel()"
|
||||||
|
desc: "Get the memSharesLevel property: Gets or sets CPUSharesLevel which specifies the memory allocation level for this pool. This property is used in relative allocation between resource consumers."
|
||||||
|
returns:
|
||||||
|
description: "the memSharesLevel value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.moName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.moName()"
|
||||||
|
name: "moName()"
|
||||||
|
nameWithType: "ResourcePoolProperties.moName()"
|
||||||
|
summary: "Get the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the resource pool."
|
||||||
|
syntax: "public String moName()"
|
||||||
|
desc: "Get the moName property: Gets or sets the vCenter Managed Object name for the resource pool."
|
||||||
|
returns:
|
||||||
|
description: "the moName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.moRefId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.moRefId()"
|
||||||
|
name: "moRefId()"
|
||||||
|
nameWithType: "ResourcePoolProperties.moRefId()"
|
||||||
|
summary: "Get the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the resource pool."
|
||||||
|
syntax: "public String moRefId()"
|
||||||
|
desc: "Get the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the resource pool."
|
||||||
|
returns:
|
||||||
|
description: "the moRefId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.networkIds()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.networkIds()"
|
||||||
|
name: "networkIds()"
|
||||||
|
nameWithType: "ResourcePoolProperties.networkIds()"
|
||||||
|
summary: "Get the network<wbr>Ids property: Gets the network ARM ids."
|
||||||
|
syntax: "public List<String> networkIds()"
|
||||||
|
desc: "Get the networkIds property: Gets the network ARM ids."
|
||||||
|
returns:
|
||||||
|
description: "the networkIds 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.connectedvmware.fluent.models.ResourcePoolProperties.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "ResourcePoolProperties.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "ResourcePoolProperties.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "ResourcePoolProperties.uuid()"
|
||||||
|
summary: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
syntax: "public String uuid()"
|
||||||
|
desc: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.vCenterId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.vCenterId()"
|
||||||
|
name: "vCenterId()"
|
||||||
|
nameWithType: "ResourcePoolProperties.vCenterId()"
|
||||||
|
summary: "Get the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this resource pool resides."
|
||||||
|
syntax: "public String vCenterId()"
|
||||||
|
desc: "Get the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this resource pool resides."
|
||||||
|
returns:
|
||||||
|
description: "the vCenterId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "ResourcePoolProperties.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.withInventoryItemId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.withInventoryItemId(String inventoryItemId)"
|
||||||
|
name: "withInventoryItemId(String inventoryItemId)"
|
||||||
|
nameWithType: "ResourcePoolProperties.withInventoryItemId(String inventoryItemId)"
|
||||||
|
summary: "Set the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the resource pool."
|
||||||
|
parameters:
|
||||||
|
- description: "the inventoryItemId value to set."
|
||||||
|
name: "inventoryItemId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ResourcePoolProperties withInventoryItemId(String inventoryItemId)"
|
||||||
|
desc: "Set the inventoryItemId property: Gets or sets the inventory Item ID for the resource pool."
|
||||||
|
returns:
|
||||||
|
description: "the ResourcePoolProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties&text=ResourcePoolProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "ResourcePoolProperties.withMoRefId(String moRefId)"
|
||||||
|
summary: "Set the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the resource pool."
|
||||||
|
parameters:
|
||||||
|
- description: "the moRefId value to set."
|
||||||
|
name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ResourcePoolProperties withMoRefId(String moRefId)"
|
||||||
|
desc: "Set the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the resource pool."
|
||||||
|
returns:
|
||||||
|
description: "the ResourcePoolProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties&text=ResourcePoolProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.withVCenterId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties.withVCenterId(String vCenterId)"
|
||||||
|
name: "withVCenterId(String vCenterId)"
|
||||||
|
nameWithType: "ResourcePoolProperties.withVCenterId(String vCenterId)"
|
||||||
|
summary: "Set the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this resource pool resides."
|
||||||
|
parameters:
|
||||||
|
- description: "the vCenterId value to set."
|
||||||
|
name: "vCenterId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ResourcePoolProperties withVCenterId(String vCenterId)"
|
||||||
|
desc: "Set the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this resource pool resides."
|
||||||
|
returns:
|
||||||
|
description: "the ResourcePoolProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties&text=ResourcePoolProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Describes the properties of a Resource Pool."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,279 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner"
|
||||||
|
name: "VCenterInner"
|
||||||
|
nameWithType: "VCenterInner"
|
||||||
|
summary: "Defines the v<wbr>Center."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 **VCenterInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.VCenterInner()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.VCenterInner()"
|
||||||
|
name: "VCenterInner()"
|
||||||
|
nameWithType: "VCenterInner.VCenterInner()"
|
||||||
|
summary: "Creates an instance of VCenter<wbr>Inner class."
|
||||||
|
syntax: "public VCenterInner()"
|
||||||
|
desc: "Creates an instance of VCenterInner class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.connectionStatus()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.connectionStatus()"
|
||||||
|
name: "connectionStatus()"
|
||||||
|
nameWithType: "VCenterInner.connectionStatus()"
|
||||||
|
summary: "Get the connection<wbr>Status property: Gets or sets the connection status to the v<wbr>Center."
|
||||||
|
syntax: "public String connectionStatus()"
|
||||||
|
desc: "Get the connectionStatus property: Gets or sets the connection status to the vCenter."
|
||||||
|
returns:
|
||||||
|
description: "the connectionStatus value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.credentials()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.credentials()"
|
||||||
|
name: "credentials()"
|
||||||
|
nameWithType: "VCenterInner.credentials()"
|
||||||
|
summary: "Get the credentials property: Username / Password Credentials to connect to vcenter."
|
||||||
|
syntax: "public VICredential credentials()"
|
||||||
|
desc: "Get the credentials property: Username / Password Credentials to connect to vcenter."
|
||||||
|
returns:
|
||||||
|
description: "the credentials value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.VICredential?alt=com.azure.resourcemanager.connectedvmware.models.VICredential&text=VICredential\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "VCenterInner.customResourceName()"
|
||||||
|
summary: "Get the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
syntax: "public String customResourceName()"
|
||||||
|
desc: "Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.extendedLocation()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.extendedLocation()"
|
||||||
|
name: "extendedLocation()"
|
||||||
|
nameWithType: "VCenterInner.extendedLocation()"
|
||||||
|
summary: "Get the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
syntax: "public ExtendedLocation extendedLocation()"
|
||||||
|
desc: "Get the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the extendedLocation value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.fqdn()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.fqdn()"
|
||||||
|
name: "fqdn()"
|
||||||
|
nameWithType: "VCenterInner.fqdn()"
|
||||||
|
summary: "Get the fqdn property: Gets or sets the FQDN/IPAddress of the v<wbr>Center."
|
||||||
|
syntax: "public String fqdn()"
|
||||||
|
desc: "Get the fqdn property: Gets or sets the FQDN/IPAddress of the vCenter."
|
||||||
|
returns:
|
||||||
|
description: "the fqdn value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.instanceUuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.instanceUuid()"
|
||||||
|
name: "instanceUuid()"
|
||||||
|
nameWithType: "VCenterInner.instanceUuid()"
|
||||||
|
summary: "Get the instance<wbr>Uuid property: Gets or sets the instance UUID of the v<wbr>Center."
|
||||||
|
syntax: "public String instanceUuid()"
|
||||||
|
desc: "Get the instanceUuid property: Gets or sets the instance UUID of the vCenter."
|
||||||
|
returns:
|
||||||
|
description: "the instanceUuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.kind()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.kind()"
|
||||||
|
name: "kind()"
|
||||||
|
nameWithType: "VCenterInner.kind()"
|
||||||
|
summary: "Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
syntax: "public String kind()"
|
||||||
|
desc: "Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the kind value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.port()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.port()"
|
||||||
|
name: "port()"
|
||||||
|
nameWithType: "VCenterInner.port()"
|
||||||
|
summary: "Get the port property: Gets or sets the port of the v<wbr>Center."
|
||||||
|
syntax: "public Integer port()"
|
||||||
|
desc: "Get the port property: Gets or sets the port of the vCenter."
|
||||||
|
returns:
|
||||||
|
description: "the port value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "VCenterInner.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "VCenterInner.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.systemData()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.systemData()"
|
||||||
|
name: "systemData()"
|
||||||
|
nameWithType: "VCenterInner.systemData()"
|
||||||
|
summary: "Get the system<wbr>Data property: The system data."
|
||||||
|
syntax: "public SystemData systemData()"
|
||||||
|
desc: "Get the systemData property: The system data."
|
||||||
|
returns:
|
||||||
|
description: "the systemData value."
|
||||||
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "VCenterInner.uuid()"
|
||||||
|
summary: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
syntax: "public String uuid()"
|
||||||
|
desc: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "VCenterInner.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.version()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.version()"
|
||||||
|
name: "version()"
|
||||||
|
nameWithType: "VCenterInner.version()"
|
||||||
|
summary: "Get the version property: Gets or sets the version of the v<wbr>Center."
|
||||||
|
syntax: "public String version()"
|
||||||
|
desc: "Get the version property: Gets or sets the version of the vCenter."
|
||||||
|
returns:
|
||||||
|
description: "the version value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.withCredentials(com.azure.resourcemanager.connectedvmware.models.VICredential)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.withCredentials(VICredential credentials)"
|
||||||
|
name: "withCredentials(VICredential credentials)"
|
||||||
|
nameWithType: "VCenterInner.withCredentials(VICredential credentials)"
|
||||||
|
summary: "Set the credentials property: Username / Password Credentials to connect to vcenter."
|
||||||
|
parameters:
|
||||||
|
- description: "the credentials value to set."
|
||||||
|
name: "credentials"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.VICredential?alt=com.azure.resourcemanager.connectedvmware.models.VICredential&text=VICredential\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VCenterInner withCredentials(VICredential credentials)"
|
||||||
|
desc: "Set the credentials property: Username / Password Credentials to connect to vcenter."
|
||||||
|
returns:
|
||||||
|
description: "the VCenterInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.withExtendedLocation(com.azure.resourcemanager.connectedvmware.models.ExtendedLocation)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
name: "withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
nameWithType: "VCenterInner.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
summary: "Set the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
parameters:
|
||||||
|
- description: "the extendedLocation value to set."
|
||||||
|
name: "extendedLocation"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VCenterInner withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
desc: "Set the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the VCenterInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.withFqdn(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.withFqdn(String fqdn)"
|
||||||
|
name: "withFqdn(String fqdn)"
|
||||||
|
nameWithType: "VCenterInner.withFqdn(String fqdn)"
|
||||||
|
summary: "Set the fqdn property: Gets or sets the FQDN/IPAddress of the v<wbr>Center."
|
||||||
|
parameters:
|
||||||
|
- description: "the fqdn value to set."
|
||||||
|
name: "fqdn"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VCenterInner withFqdn(String fqdn)"
|
||||||
|
desc: "Set the fqdn property: Gets or sets the FQDN/IPAddress of the vCenter."
|
||||||
|
returns:
|
||||||
|
description: "the VCenterInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.withKind(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.withKind(String kind)"
|
||||||
|
name: "withKind(String kind)"
|
||||||
|
nameWithType: "VCenterInner.withKind(String kind)"
|
||||||
|
summary: "Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
parameters:
|
||||||
|
- description: "the kind value to set."
|
||||||
|
name: "kind"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VCenterInner withKind(String kind)"
|
||||||
|
desc: "Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the VCenterInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.withLocation(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.withLocation(String location)"
|
||||||
|
name: "withLocation(String location)"
|
||||||
|
nameWithType: "VCenterInner.withLocation(String location)"
|
||||||
|
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
|
||||||
|
parameters:
|
||||||
|
- name: "location"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VCenterInner withLocation(String location)"
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.withPort(java.lang.Integer)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.withPort(Integer port)"
|
||||||
|
name: "withPort(Integer port)"
|
||||||
|
nameWithType: "VCenterInner.withPort(Integer port)"
|
||||||
|
summary: "Set the port property: Gets or sets the port of the v<wbr>Center."
|
||||||
|
parameters:
|
||||||
|
- description: "the port value to set."
|
||||||
|
name: "port"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
||||||
|
syntax: "public VCenterInner withPort(Integer port)"
|
||||||
|
desc: "Set the port property: Gets or sets the port of the vCenter."
|
||||||
|
returns:
|
||||||
|
description: "the VCenterInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner.withTags(Map<String,String> tags)"
|
||||||
|
name: "withTags(Map<String,String> tags)"
|
||||||
|
nameWithType: "VCenterInner.withTags(Map<String,String> tags)"
|
||||||
|
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
parameters:
|
||||||
|
- name: "tags"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
||||||
|
syntax: "public VCenterInner withTags(Map<String,String> tags)"
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner&text=VCenterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Defines the vCenter."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,186 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties"
|
||||||
|
name: "VCenterProperties"
|
||||||
|
nameWithType: "VCenterProperties"
|
||||||
|
summary: "Describes the properties of a VCenter."
|
||||||
|
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 **VCenterProperties**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.VCenterProperties()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.VCenterProperties()"
|
||||||
|
name: "VCenterProperties()"
|
||||||
|
nameWithType: "VCenterProperties.VCenterProperties()"
|
||||||
|
summary: "Creates an instance of VCenter<wbr>Properties class."
|
||||||
|
syntax: "public VCenterProperties()"
|
||||||
|
desc: "Creates an instance of VCenterProperties class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.connectionStatus()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.connectionStatus()"
|
||||||
|
name: "connectionStatus()"
|
||||||
|
nameWithType: "VCenterProperties.connectionStatus()"
|
||||||
|
summary: "Get the connection<wbr>Status property: Gets or sets the connection status to the v<wbr>Center."
|
||||||
|
syntax: "public String connectionStatus()"
|
||||||
|
desc: "Get the connectionStatus property: Gets or sets the connection status to the vCenter."
|
||||||
|
returns:
|
||||||
|
description: "the connectionStatus value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.credentials()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.credentials()"
|
||||||
|
name: "credentials()"
|
||||||
|
nameWithType: "VCenterProperties.credentials()"
|
||||||
|
summary: "Get the credentials property: Username / Password Credentials to connect to vcenter."
|
||||||
|
syntax: "public VICredential credentials()"
|
||||||
|
desc: "Get the credentials property: Username / Password Credentials to connect to vcenter."
|
||||||
|
returns:
|
||||||
|
description: "the credentials value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.VICredential?alt=com.azure.resourcemanager.connectedvmware.models.VICredential&text=VICredential\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "VCenterProperties.customResourceName()"
|
||||||
|
summary: "Get the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
syntax: "public String customResourceName()"
|
||||||
|
desc: "Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.fqdn()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.fqdn()"
|
||||||
|
name: "fqdn()"
|
||||||
|
nameWithType: "VCenterProperties.fqdn()"
|
||||||
|
summary: "Get the fqdn property: Gets or sets the FQDN/IPAddress of the v<wbr>Center."
|
||||||
|
syntax: "public String fqdn()"
|
||||||
|
desc: "Get the fqdn property: Gets or sets the FQDN/IPAddress of the vCenter."
|
||||||
|
returns:
|
||||||
|
description: "the fqdn value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.instanceUuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.instanceUuid()"
|
||||||
|
name: "instanceUuid()"
|
||||||
|
nameWithType: "VCenterProperties.instanceUuid()"
|
||||||
|
summary: "Get the instance<wbr>Uuid property: Gets or sets the instance UUID of the v<wbr>Center."
|
||||||
|
syntax: "public String instanceUuid()"
|
||||||
|
desc: "Get the instanceUuid property: Gets or sets the instance UUID of the vCenter."
|
||||||
|
returns:
|
||||||
|
description: "the instanceUuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.port()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.port()"
|
||||||
|
name: "port()"
|
||||||
|
nameWithType: "VCenterProperties.port()"
|
||||||
|
summary: "Get the port property: Gets or sets the port of the v<wbr>Center."
|
||||||
|
syntax: "public Integer port()"
|
||||||
|
desc: "Get the port property: Gets or sets the port of the vCenter."
|
||||||
|
returns:
|
||||||
|
description: "the port value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "VCenterProperties.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "VCenterProperties.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "VCenterProperties.uuid()"
|
||||||
|
summary: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
syntax: "public String uuid()"
|
||||||
|
desc: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "VCenterProperties.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.version()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.version()"
|
||||||
|
name: "version()"
|
||||||
|
nameWithType: "VCenterProperties.version()"
|
||||||
|
summary: "Get the version property: Gets or sets the version of the v<wbr>Center."
|
||||||
|
syntax: "public String version()"
|
||||||
|
desc: "Get the version property: Gets or sets the version of the vCenter."
|
||||||
|
returns:
|
||||||
|
description: "the version value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.withCredentials(com.azure.resourcemanager.connectedvmware.models.VICredential)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.withCredentials(VICredential credentials)"
|
||||||
|
name: "withCredentials(VICredential credentials)"
|
||||||
|
nameWithType: "VCenterProperties.withCredentials(VICredential credentials)"
|
||||||
|
summary: "Set the credentials property: Username / Password Credentials to connect to vcenter."
|
||||||
|
parameters:
|
||||||
|
- description: "the credentials value to set."
|
||||||
|
name: "credentials"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.VICredential?alt=com.azure.resourcemanager.connectedvmware.models.VICredential&text=VICredential\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VCenterProperties withCredentials(VICredential credentials)"
|
||||||
|
desc: "Set the credentials property: Username / Password Credentials to connect to vcenter."
|
||||||
|
returns:
|
||||||
|
description: "the VCenterProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties&text=VCenterProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.withFqdn(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.withFqdn(String fqdn)"
|
||||||
|
name: "withFqdn(String fqdn)"
|
||||||
|
nameWithType: "VCenterProperties.withFqdn(String fqdn)"
|
||||||
|
summary: "Set the fqdn property: Gets or sets the FQDN/IPAddress of the v<wbr>Center."
|
||||||
|
parameters:
|
||||||
|
- description: "the fqdn value to set."
|
||||||
|
name: "fqdn"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VCenterProperties withFqdn(String fqdn)"
|
||||||
|
desc: "Set the fqdn property: Gets or sets the FQDN/IPAddress of the vCenter."
|
||||||
|
returns:
|
||||||
|
description: "the VCenterProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties&text=VCenterProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.withPort(java.lang.Integer)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties.withPort(Integer port)"
|
||||||
|
name: "withPort(Integer port)"
|
||||||
|
nameWithType: "VCenterProperties.withPort(Integer port)"
|
||||||
|
summary: "Set the port property: Gets or sets the port of the v<wbr>Center."
|
||||||
|
parameters:
|
||||||
|
- description: "the port value to set."
|
||||||
|
name: "port"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
||||||
|
syntax: "public VCenterProperties withPort(Integer port)"
|
||||||
|
desc: "Set the port property: Gets or sets the port of the vCenter."
|
||||||
|
returns:
|
||||||
|
description: "the VCenterProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties&text=VCenterProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Describes the properties of a VCenter."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,292 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner"
|
||||||
|
name: "VirtualMachineInstanceInner"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner"
|
||||||
|
summary: "Define the virtual<wbr>Machine<wbr>Instance."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 **VirtualMachineInstanceInner**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.VirtualMachineInstanceInner()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.VirtualMachineInstanceInner()"
|
||||||
|
name: "VirtualMachineInstanceInner()"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.VirtualMachineInstanceInner()"
|
||||||
|
summary: "Creates an instance of Virtual<wbr>Machine<wbr>Instance<wbr>Inner class."
|
||||||
|
syntax: "public VirtualMachineInstanceInner()"
|
||||||
|
desc: "Creates an instance of VirtualMachineInstanceInner class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.extendedLocation()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.extendedLocation()"
|
||||||
|
name: "extendedLocation()"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.extendedLocation()"
|
||||||
|
summary: "Get the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
syntax: "public ExtendedLocation extendedLocation()"
|
||||||
|
desc: "Get the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the extendedLocation value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.hardwareProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.hardwareProfile()"
|
||||||
|
name: "hardwareProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.hardwareProfile()"
|
||||||
|
summary: "Get the hardware<wbr>Profile property: Hardware properties."
|
||||||
|
syntax: "public HardwareProfile hardwareProfile()"
|
||||||
|
desc: "Get the hardwareProfile property: Hardware properties."
|
||||||
|
returns:
|
||||||
|
description: "the hardwareProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HardwareProfile?alt=com.azure.resourcemanager.connectedvmware.models.HardwareProfile&text=HardwareProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.infrastructureProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.infrastructureProfile()"
|
||||||
|
name: "infrastructureProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.infrastructureProfile()"
|
||||||
|
summary: "Get the infrastructure<wbr>Profile property: Gets the infrastructure profile."
|
||||||
|
syntax: "public InfrastructureProfile infrastructureProfile()"
|
||||||
|
desc: "Get the infrastructureProfile property: Gets the infrastructure profile."
|
||||||
|
returns:
|
||||||
|
description: "the infrastructureProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InfrastructureProfile?alt=com.azure.resourcemanager.connectedvmware.models.InfrastructureProfile&text=InfrastructureProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.networkProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.networkProfile()"
|
||||||
|
name: "networkProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.networkProfile()"
|
||||||
|
summary: "Get the network<wbr>Profile property: Network properties."
|
||||||
|
syntax: "public NetworkProfile networkProfile()"
|
||||||
|
desc: "Get the networkProfile property: Network properties."
|
||||||
|
returns:
|
||||||
|
description: "the networkProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.NetworkProfile?alt=com.azure.resourcemanager.connectedvmware.models.NetworkProfile&text=NetworkProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.osProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.osProfile()"
|
||||||
|
name: "osProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.osProfile()"
|
||||||
|
summary: "Get the os<wbr>Profile property: OS properties."
|
||||||
|
syntax: "public OsProfileForVMInstance osProfile()"
|
||||||
|
desc: "Get the osProfile property: OS properties."
|
||||||
|
returns:
|
||||||
|
description: "the osProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.OsProfileForVMInstance?alt=com.azure.resourcemanager.connectedvmware.models.OsProfileForVMInstance&text=OsProfileForVMInstance\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.placementProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.placementProfile()"
|
||||||
|
name: "placementProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.placementProfile()"
|
||||||
|
summary: "Get the placement<wbr>Profile property: Placement properties."
|
||||||
|
syntax: "public PlacementProfile placementProfile()"
|
||||||
|
desc: "Get the placementProfile property: Placement properties."
|
||||||
|
returns:
|
||||||
|
description: "the placementProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.PlacementProfile?alt=com.azure.resourcemanager.connectedvmware.models.PlacementProfile&text=PlacementProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.powerState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.powerState()"
|
||||||
|
name: "powerState()"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.powerState()"
|
||||||
|
summary: "Get the power<wbr>State property: Gets the power state of the virtual machine."
|
||||||
|
syntax: "public String powerState()"
|
||||||
|
desc: "Get the powerState property: Gets the power state of the virtual machine."
|
||||||
|
returns:
|
||||||
|
description: "the powerState value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.resourceUid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.resourceUid()"
|
||||||
|
name: "resourceUid()"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.resourceUid()"
|
||||||
|
summary: "Get the resource<wbr>Uid property: Gets or sets a unique identifier for the vm resource."
|
||||||
|
syntax: "public String resourceUid()"
|
||||||
|
desc: "Get the resourceUid property: Gets or sets a unique identifier for the vm resource."
|
||||||
|
returns:
|
||||||
|
description: "the resourceUid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.securityProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.securityProfile()"
|
||||||
|
name: "securityProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.securityProfile()"
|
||||||
|
summary: "Get the security<wbr>Profile property: Gets the security profile."
|
||||||
|
syntax: "public SecurityProfile securityProfile()"
|
||||||
|
desc: "Get the securityProfile property: Gets the security profile."
|
||||||
|
returns:
|
||||||
|
description: "the securityProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.SecurityProfile?alt=com.azure.resourcemanager.connectedvmware.models.SecurityProfile&text=SecurityProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.storageProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.storageProfile()"
|
||||||
|
name: "storageProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.storageProfile()"
|
||||||
|
summary: "Get the storage<wbr>Profile property: Storage properties."
|
||||||
|
syntax: "public StorageProfile storageProfile()"
|
||||||
|
desc: "Get the storageProfile property: Storage properties."
|
||||||
|
returns:
|
||||||
|
description: "the storageProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.StorageProfile?alt=com.azure.resourcemanager.connectedvmware.models.StorageProfile&text=StorageProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.systemData()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.systemData()"
|
||||||
|
name: "systemData()"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.systemData()"
|
||||||
|
summary: "Get the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
|
||||||
|
syntax: "public SystemData systemData()"
|
||||||
|
desc: "Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
|
||||||
|
returns:
|
||||||
|
description: "the systemData value."
|
||||||
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.withExtendedLocation(com.azure.resourcemanager.connectedvmware.models.ExtendedLocation)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
name: "withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
summary: "Set the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
parameters:
|
||||||
|
- description: "the extendedLocation value to set."
|
||||||
|
name: "extendedLocation"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceInner withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
desc: "Set the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.withHardwareProfile(com.azure.resourcemanager.connectedvmware.models.HardwareProfile)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.withHardwareProfile(HardwareProfile hardwareProfile)"
|
||||||
|
name: "withHardwareProfile(HardwareProfile hardwareProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.withHardwareProfile(HardwareProfile hardwareProfile)"
|
||||||
|
summary: "Set the hardware<wbr>Profile property: Hardware properties."
|
||||||
|
parameters:
|
||||||
|
- description: "the hardwareProfile value to set."
|
||||||
|
name: "hardwareProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HardwareProfile?alt=com.azure.resourcemanager.connectedvmware.models.HardwareProfile&text=HardwareProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceInner withHardwareProfile(HardwareProfile hardwareProfile)"
|
||||||
|
desc: "Set the hardwareProfile property: Hardware properties."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.withInfrastructureProfile(com.azure.resourcemanager.connectedvmware.models.InfrastructureProfile)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.withInfrastructureProfile(InfrastructureProfile infrastructureProfile)"
|
||||||
|
name: "withInfrastructureProfile(InfrastructureProfile infrastructureProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.withInfrastructureProfile(InfrastructureProfile infrastructureProfile)"
|
||||||
|
summary: "Set the infrastructure<wbr>Profile property: Gets the infrastructure profile."
|
||||||
|
parameters:
|
||||||
|
- description: "the infrastructureProfile value to set."
|
||||||
|
name: "infrastructureProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InfrastructureProfile?alt=com.azure.resourcemanager.connectedvmware.models.InfrastructureProfile&text=InfrastructureProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceInner withInfrastructureProfile(InfrastructureProfile infrastructureProfile)"
|
||||||
|
desc: "Set the infrastructureProfile property: Gets the infrastructure profile."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.withNetworkProfile(com.azure.resourcemanager.connectedvmware.models.NetworkProfile)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.withNetworkProfile(NetworkProfile networkProfile)"
|
||||||
|
name: "withNetworkProfile(NetworkProfile networkProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.withNetworkProfile(NetworkProfile networkProfile)"
|
||||||
|
summary: "Set the network<wbr>Profile property: Network properties."
|
||||||
|
parameters:
|
||||||
|
- description: "the networkProfile value to set."
|
||||||
|
name: "networkProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.NetworkProfile?alt=com.azure.resourcemanager.connectedvmware.models.NetworkProfile&text=NetworkProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceInner withNetworkProfile(NetworkProfile networkProfile)"
|
||||||
|
desc: "Set the networkProfile property: Network properties."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.withOsProfile(com.azure.resourcemanager.connectedvmware.models.OsProfileForVMInstance)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.withOsProfile(OsProfileForVMInstance osProfile)"
|
||||||
|
name: "withOsProfile(OsProfileForVMInstance osProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.withOsProfile(OsProfileForVMInstance osProfile)"
|
||||||
|
summary: "Set the os<wbr>Profile property: OS properties."
|
||||||
|
parameters:
|
||||||
|
- description: "the osProfile value to set."
|
||||||
|
name: "osProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.OsProfileForVMInstance?alt=com.azure.resourcemanager.connectedvmware.models.OsProfileForVMInstance&text=OsProfileForVMInstance\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceInner withOsProfile(OsProfileForVMInstance osProfile)"
|
||||||
|
desc: "Set the osProfile property: OS properties."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.withPlacementProfile(com.azure.resourcemanager.connectedvmware.models.PlacementProfile)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.withPlacementProfile(PlacementProfile placementProfile)"
|
||||||
|
name: "withPlacementProfile(PlacementProfile placementProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.withPlacementProfile(PlacementProfile placementProfile)"
|
||||||
|
summary: "Set the placement<wbr>Profile property: Placement properties."
|
||||||
|
parameters:
|
||||||
|
- description: "the placementProfile value to set."
|
||||||
|
name: "placementProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.PlacementProfile?alt=com.azure.resourcemanager.connectedvmware.models.PlacementProfile&text=PlacementProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceInner withPlacementProfile(PlacementProfile placementProfile)"
|
||||||
|
desc: "Set the placementProfile property: Placement properties."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.withSecurityProfile(com.azure.resourcemanager.connectedvmware.models.SecurityProfile)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.withSecurityProfile(SecurityProfile securityProfile)"
|
||||||
|
name: "withSecurityProfile(SecurityProfile securityProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.withSecurityProfile(SecurityProfile securityProfile)"
|
||||||
|
summary: "Set the security<wbr>Profile property: Gets the security profile."
|
||||||
|
parameters:
|
||||||
|
- description: "the securityProfile value to set."
|
||||||
|
name: "securityProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.SecurityProfile?alt=com.azure.resourcemanager.connectedvmware.models.SecurityProfile&text=SecurityProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceInner withSecurityProfile(SecurityProfile securityProfile)"
|
||||||
|
desc: "Set the securityProfile property: Gets the security profile."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.withStorageProfile(com.azure.resourcemanager.connectedvmware.models.StorageProfile)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner.withStorageProfile(StorageProfile storageProfile)"
|
||||||
|
name: "withStorageProfile(StorageProfile storageProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceInner.withStorageProfile(StorageProfile storageProfile)"
|
||||||
|
summary: "Set the storage<wbr>Profile property: Storage properties."
|
||||||
|
parameters:
|
||||||
|
- description: "the storageProfile value to set."
|
||||||
|
name: "storageProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.StorageProfile?alt=com.azure.resourcemanager.connectedvmware.models.StorageProfile&text=StorageProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceInner withStorageProfile(StorageProfile storageProfile)"
|
||||||
|
desc: "Set the storageProfile property: Storage properties."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner&text=VirtualMachineInstanceInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Define the virtualMachineInstance."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,252 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties"
|
||||||
|
name: "VirtualMachineInstanceProperties"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties"
|
||||||
|
summary: "Describes the properties of a Virtual Machine Instance."
|
||||||
|
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 **VirtualMachineInstanceProperties**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.VirtualMachineInstanceProperties()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.VirtualMachineInstanceProperties()"
|
||||||
|
name: "VirtualMachineInstanceProperties()"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.VirtualMachineInstanceProperties()"
|
||||||
|
summary: "Creates an instance of Virtual<wbr>Machine<wbr>Instance<wbr>Properties class."
|
||||||
|
syntax: "public VirtualMachineInstanceProperties()"
|
||||||
|
desc: "Creates an instance of VirtualMachineInstanceProperties class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.hardwareProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.hardwareProfile()"
|
||||||
|
name: "hardwareProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.hardwareProfile()"
|
||||||
|
summary: "Get the hardware<wbr>Profile property: Hardware properties."
|
||||||
|
syntax: "public HardwareProfile hardwareProfile()"
|
||||||
|
desc: "Get the hardwareProfile property: Hardware properties."
|
||||||
|
returns:
|
||||||
|
description: "the hardwareProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HardwareProfile?alt=com.azure.resourcemanager.connectedvmware.models.HardwareProfile&text=HardwareProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.infrastructureProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.infrastructureProfile()"
|
||||||
|
name: "infrastructureProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.infrastructureProfile()"
|
||||||
|
summary: "Get the infrastructure<wbr>Profile property: Gets the infrastructure profile."
|
||||||
|
syntax: "public InfrastructureProfile infrastructureProfile()"
|
||||||
|
desc: "Get the infrastructureProfile property: Gets the infrastructure profile."
|
||||||
|
returns:
|
||||||
|
description: "the infrastructureProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InfrastructureProfile?alt=com.azure.resourcemanager.connectedvmware.models.InfrastructureProfile&text=InfrastructureProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.networkProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.networkProfile()"
|
||||||
|
name: "networkProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.networkProfile()"
|
||||||
|
summary: "Get the network<wbr>Profile property: Network properties."
|
||||||
|
syntax: "public NetworkProfile networkProfile()"
|
||||||
|
desc: "Get the networkProfile property: Network properties."
|
||||||
|
returns:
|
||||||
|
description: "the networkProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.NetworkProfile?alt=com.azure.resourcemanager.connectedvmware.models.NetworkProfile&text=NetworkProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.osProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.osProfile()"
|
||||||
|
name: "osProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.osProfile()"
|
||||||
|
summary: "Get the os<wbr>Profile property: OS properties."
|
||||||
|
syntax: "public OsProfileForVMInstance osProfile()"
|
||||||
|
desc: "Get the osProfile property: OS properties."
|
||||||
|
returns:
|
||||||
|
description: "the osProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.OsProfileForVMInstance?alt=com.azure.resourcemanager.connectedvmware.models.OsProfileForVMInstance&text=OsProfileForVMInstance\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.placementProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.placementProfile()"
|
||||||
|
name: "placementProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.placementProfile()"
|
||||||
|
summary: "Get the placement<wbr>Profile property: Placement properties."
|
||||||
|
syntax: "public PlacementProfile placementProfile()"
|
||||||
|
desc: "Get the placementProfile property: Placement properties."
|
||||||
|
returns:
|
||||||
|
description: "the placementProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.PlacementProfile?alt=com.azure.resourcemanager.connectedvmware.models.PlacementProfile&text=PlacementProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.powerState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.powerState()"
|
||||||
|
name: "powerState()"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.powerState()"
|
||||||
|
summary: "Get the power<wbr>State property: Gets the power state of the virtual machine."
|
||||||
|
syntax: "public String powerState()"
|
||||||
|
desc: "Get the powerState property: Gets the power state of the virtual machine."
|
||||||
|
returns:
|
||||||
|
description: "the powerState value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.resourceUid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.resourceUid()"
|
||||||
|
name: "resourceUid()"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.resourceUid()"
|
||||||
|
summary: "Get the resource<wbr>Uid property: Gets or sets a unique identifier for the vm resource."
|
||||||
|
syntax: "public String resourceUid()"
|
||||||
|
desc: "Get the resourceUid property: Gets or sets a unique identifier for the vm resource."
|
||||||
|
returns:
|
||||||
|
description: "the resourceUid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.securityProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.securityProfile()"
|
||||||
|
name: "securityProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.securityProfile()"
|
||||||
|
summary: "Get the security<wbr>Profile property: Gets the security profile."
|
||||||
|
syntax: "public SecurityProfile securityProfile()"
|
||||||
|
desc: "Get the securityProfile property: Gets the security profile."
|
||||||
|
returns:
|
||||||
|
description: "the securityProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.SecurityProfile?alt=com.azure.resourcemanager.connectedvmware.models.SecurityProfile&text=SecurityProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.storageProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.storageProfile()"
|
||||||
|
name: "storageProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.storageProfile()"
|
||||||
|
summary: "Get the storage<wbr>Profile property: Storage properties."
|
||||||
|
syntax: "public StorageProfile storageProfile()"
|
||||||
|
desc: "Get the storageProfile property: Storage properties."
|
||||||
|
returns:
|
||||||
|
description: "the storageProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.StorageProfile?alt=com.azure.resourcemanager.connectedvmware.models.StorageProfile&text=StorageProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.withHardwareProfile(com.azure.resourcemanager.connectedvmware.models.HardwareProfile)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.withHardwareProfile(HardwareProfile hardwareProfile)"
|
||||||
|
name: "withHardwareProfile(HardwareProfile hardwareProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.withHardwareProfile(HardwareProfile hardwareProfile)"
|
||||||
|
summary: "Set the hardware<wbr>Profile property: Hardware properties."
|
||||||
|
parameters:
|
||||||
|
- description: "the hardwareProfile value to set."
|
||||||
|
name: "hardwareProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HardwareProfile?alt=com.azure.resourcemanager.connectedvmware.models.HardwareProfile&text=HardwareProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceProperties withHardwareProfile(HardwareProfile hardwareProfile)"
|
||||||
|
desc: "Set the hardwareProfile property: Hardware properties."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties&text=VirtualMachineInstanceProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.withInfrastructureProfile(com.azure.resourcemanager.connectedvmware.models.InfrastructureProfile)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.withInfrastructureProfile(InfrastructureProfile infrastructureProfile)"
|
||||||
|
name: "withInfrastructureProfile(InfrastructureProfile infrastructureProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.withInfrastructureProfile(InfrastructureProfile infrastructureProfile)"
|
||||||
|
summary: "Set the infrastructure<wbr>Profile property: Gets the infrastructure profile."
|
||||||
|
parameters:
|
||||||
|
- description: "the infrastructureProfile value to set."
|
||||||
|
name: "infrastructureProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InfrastructureProfile?alt=com.azure.resourcemanager.connectedvmware.models.InfrastructureProfile&text=InfrastructureProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceProperties withInfrastructureProfile(InfrastructureProfile infrastructureProfile)"
|
||||||
|
desc: "Set the infrastructureProfile property: Gets the infrastructure profile."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties&text=VirtualMachineInstanceProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.withNetworkProfile(com.azure.resourcemanager.connectedvmware.models.NetworkProfile)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.withNetworkProfile(NetworkProfile networkProfile)"
|
||||||
|
name: "withNetworkProfile(NetworkProfile networkProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.withNetworkProfile(NetworkProfile networkProfile)"
|
||||||
|
summary: "Set the network<wbr>Profile property: Network properties."
|
||||||
|
parameters:
|
||||||
|
- description: "the networkProfile value to set."
|
||||||
|
name: "networkProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.NetworkProfile?alt=com.azure.resourcemanager.connectedvmware.models.NetworkProfile&text=NetworkProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceProperties withNetworkProfile(NetworkProfile networkProfile)"
|
||||||
|
desc: "Set the networkProfile property: Network properties."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties&text=VirtualMachineInstanceProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.withOsProfile(com.azure.resourcemanager.connectedvmware.models.OsProfileForVMInstance)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.withOsProfile(OsProfileForVMInstance osProfile)"
|
||||||
|
name: "withOsProfile(OsProfileForVMInstance osProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.withOsProfile(OsProfileForVMInstance osProfile)"
|
||||||
|
summary: "Set the os<wbr>Profile property: OS properties."
|
||||||
|
parameters:
|
||||||
|
- description: "the osProfile value to set."
|
||||||
|
name: "osProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.OsProfileForVMInstance?alt=com.azure.resourcemanager.connectedvmware.models.OsProfileForVMInstance&text=OsProfileForVMInstance\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceProperties withOsProfile(OsProfileForVMInstance osProfile)"
|
||||||
|
desc: "Set the osProfile property: OS properties."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties&text=VirtualMachineInstanceProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.withPlacementProfile(com.azure.resourcemanager.connectedvmware.models.PlacementProfile)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.withPlacementProfile(PlacementProfile placementProfile)"
|
||||||
|
name: "withPlacementProfile(PlacementProfile placementProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.withPlacementProfile(PlacementProfile placementProfile)"
|
||||||
|
summary: "Set the placement<wbr>Profile property: Placement properties."
|
||||||
|
parameters:
|
||||||
|
- description: "the placementProfile value to set."
|
||||||
|
name: "placementProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.PlacementProfile?alt=com.azure.resourcemanager.connectedvmware.models.PlacementProfile&text=PlacementProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceProperties withPlacementProfile(PlacementProfile placementProfile)"
|
||||||
|
desc: "Set the placementProfile property: Placement properties."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties&text=VirtualMachineInstanceProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.withSecurityProfile(com.azure.resourcemanager.connectedvmware.models.SecurityProfile)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.withSecurityProfile(SecurityProfile securityProfile)"
|
||||||
|
name: "withSecurityProfile(SecurityProfile securityProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.withSecurityProfile(SecurityProfile securityProfile)"
|
||||||
|
summary: "Set the security<wbr>Profile property: Gets the security profile."
|
||||||
|
parameters:
|
||||||
|
- description: "the securityProfile value to set."
|
||||||
|
name: "securityProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.SecurityProfile?alt=com.azure.resourcemanager.connectedvmware.models.SecurityProfile&text=SecurityProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceProperties withSecurityProfile(SecurityProfile securityProfile)"
|
||||||
|
desc: "Set the securityProfile property: Gets the security profile."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties&text=VirtualMachineInstanceProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.withStorageProfile(com.azure.resourcemanager.connectedvmware.models.StorageProfile)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties.withStorageProfile(StorageProfile storageProfile)"
|
||||||
|
name: "withStorageProfile(StorageProfile storageProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceProperties.withStorageProfile(StorageProfile storageProfile)"
|
||||||
|
summary: "Set the storage<wbr>Profile property: Storage properties."
|
||||||
|
parameters:
|
||||||
|
- description: "the storageProfile value to set."
|
||||||
|
name: "storageProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.StorageProfile?alt=com.azure.resourcemanager.connectedvmware.models.StorageProfile&text=StorageProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceProperties withStorageProfile(StorageProfile storageProfile)"
|
||||||
|
desc: "Set the storageProfile property: Storage properties."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties&text=VirtualMachineInstanceProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Describes the properties of a Virtual Machine Instance."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,116 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties"
|
||||||
|
name: "VirtualMachineInstanceUpdateProperties"
|
||||||
|
nameWithType: "VirtualMachineInstanceUpdateProperties"
|
||||||
|
summary: "Describes the properties of a Virtual Machine."
|
||||||
|
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 **VirtualMachineInstanceUpdateProperties**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties.VirtualMachineInstanceUpdateProperties()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties.VirtualMachineInstanceUpdateProperties()"
|
||||||
|
name: "VirtualMachineInstanceUpdateProperties()"
|
||||||
|
nameWithType: "VirtualMachineInstanceUpdateProperties.VirtualMachineInstanceUpdateProperties()"
|
||||||
|
summary: "Creates an instance of Virtual<wbr>Machine<wbr>Instance<wbr>Update<wbr>Properties class."
|
||||||
|
syntax: "public VirtualMachineInstanceUpdateProperties()"
|
||||||
|
desc: "Creates an instance of VirtualMachineInstanceUpdateProperties class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties.hardwareProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties.hardwareProfile()"
|
||||||
|
name: "hardwareProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceUpdateProperties.hardwareProfile()"
|
||||||
|
summary: "Get the hardware<wbr>Profile property: Specifies the hardware settings for the virtual machine."
|
||||||
|
syntax: "public HardwareProfile hardwareProfile()"
|
||||||
|
desc: "Get the hardwareProfile property: Specifies the hardware settings for the virtual machine."
|
||||||
|
returns:
|
||||||
|
description: "the hardwareProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HardwareProfile?alt=com.azure.resourcemanager.connectedvmware.models.HardwareProfile&text=HardwareProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties.networkProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties.networkProfile()"
|
||||||
|
name: "networkProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceUpdateProperties.networkProfile()"
|
||||||
|
summary: "Get the network<wbr>Profile property: Specifies the network interfaces of the virtual machine."
|
||||||
|
syntax: "public NetworkProfileUpdate networkProfile()"
|
||||||
|
desc: "Get the networkProfile property: Specifies the network interfaces of the virtual machine."
|
||||||
|
returns:
|
||||||
|
description: "the networkProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.NetworkProfileUpdate?alt=com.azure.resourcemanager.connectedvmware.models.NetworkProfileUpdate&text=NetworkProfileUpdate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties.storageProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties.storageProfile()"
|
||||||
|
name: "storageProfile()"
|
||||||
|
nameWithType: "VirtualMachineInstanceUpdateProperties.storageProfile()"
|
||||||
|
summary: "Get the storage<wbr>Profile property: Specifies the storage settings for the virtual machine disks."
|
||||||
|
syntax: "public StorageProfileUpdate storageProfile()"
|
||||||
|
desc: "Get the storageProfile property: Specifies the storage settings for the virtual machine disks."
|
||||||
|
returns:
|
||||||
|
description: "the storageProfile value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate?alt=com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate&text=StorageProfileUpdate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "VirtualMachineInstanceUpdateProperties.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties.withHardwareProfile(com.azure.resourcemanager.connectedvmware.models.HardwareProfile)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties.withHardwareProfile(HardwareProfile hardwareProfile)"
|
||||||
|
name: "withHardwareProfile(HardwareProfile hardwareProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceUpdateProperties.withHardwareProfile(HardwareProfile hardwareProfile)"
|
||||||
|
summary: "Set the hardware<wbr>Profile property: Specifies the hardware settings for the virtual machine."
|
||||||
|
parameters:
|
||||||
|
- description: "the hardwareProfile value to set."
|
||||||
|
name: "hardwareProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HardwareProfile?alt=com.azure.resourcemanager.connectedvmware.models.HardwareProfile&text=HardwareProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceUpdateProperties withHardwareProfile(HardwareProfile hardwareProfile)"
|
||||||
|
desc: "Set the hardwareProfile property: Specifies the hardware settings for the virtual machine."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceUpdateProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties&text=VirtualMachineInstanceUpdateProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties.withNetworkProfile(com.azure.resourcemanager.connectedvmware.models.NetworkProfileUpdate)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties.withNetworkProfile(NetworkProfileUpdate networkProfile)"
|
||||||
|
name: "withNetworkProfile(NetworkProfileUpdate networkProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceUpdateProperties.withNetworkProfile(NetworkProfileUpdate networkProfile)"
|
||||||
|
summary: "Set the network<wbr>Profile property: Specifies the network interfaces of the virtual machine."
|
||||||
|
parameters:
|
||||||
|
- description: "the networkProfile value to set."
|
||||||
|
name: "networkProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.NetworkProfileUpdate?alt=com.azure.resourcemanager.connectedvmware.models.NetworkProfileUpdate&text=NetworkProfileUpdate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceUpdateProperties withNetworkProfile(NetworkProfileUpdate networkProfile)"
|
||||||
|
desc: "Set the networkProfile property: Specifies the network interfaces of the virtual machine."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceUpdateProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties&text=VirtualMachineInstanceUpdateProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties.withStorageProfile(com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties.withStorageProfile(StorageProfileUpdate storageProfile)"
|
||||||
|
name: "withStorageProfile(StorageProfileUpdate storageProfile)"
|
||||||
|
nameWithType: "VirtualMachineInstanceUpdateProperties.withStorageProfile(StorageProfileUpdate storageProfile)"
|
||||||
|
summary: "Set the storage<wbr>Profile property: Specifies the storage settings for the virtual machine disks."
|
||||||
|
parameters:
|
||||||
|
- description: "the storageProfile value to set."
|
||||||
|
name: "storageProfile"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate?alt=com.azure.resourcemanager.connectedvmware.models.StorageProfileUpdate&text=StorageProfileUpdate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineInstanceUpdateProperties withStorageProfile(StorageProfileUpdate storageProfile)"
|
||||||
|
desc: "Set the storageProfile property: Specifies the storage settings for the virtual machine disks."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineInstanceUpdateProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties&text=VirtualMachineInstanceUpdateProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Describes the properties of a Virtual Machine."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,369 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner"
|
||||||
|
name: "VirtualMachineTemplateInner"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner"
|
||||||
|
summary: "Define the virtual<wbr>Machine<wbr>Template."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 **VirtualMachineTemplateInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.VirtualMachineTemplateInner()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.VirtualMachineTemplateInner()"
|
||||||
|
name: "VirtualMachineTemplateInner()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.VirtualMachineTemplateInner()"
|
||||||
|
summary: "Creates an instance of Virtual<wbr>Machine<wbr>Template<wbr>Inner class."
|
||||||
|
syntax: "public VirtualMachineTemplateInner()"
|
||||||
|
desc: "Creates an instance of VirtualMachineTemplateInner class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.customResourceName()"
|
||||||
|
summary: "Get the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
syntax: "public String customResourceName()"
|
||||||
|
desc: "Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.disks()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.disks()"
|
||||||
|
name: "disks()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.disks()"
|
||||||
|
summary: "Get the disks property: Gets or sets the disks the template."
|
||||||
|
syntax: "public List<VirtualDisk> disks()"
|
||||||
|
desc: "Get the disks property: Gets or sets the disks the template."
|
||||||
|
returns:
|
||||||
|
description: "the disks value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.VirtualDisk?alt=com.azure.resourcemanager.connectedvmware.models.VirtualDisk&text=VirtualDisk\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.extendedLocation()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.extendedLocation()"
|
||||||
|
name: "extendedLocation()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.extendedLocation()"
|
||||||
|
summary: "Get the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
syntax: "public ExtendedLocation extendedLocation()"
|
||||||
|
desc: "Get the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the extendedLocation value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.firmwareType()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.firmwareType()"
|
||||||
|
name: "firmwareType()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.firmwareType()"
|
||||||
|
summary: "Get the firmware<wbr>Type property: Firmware type."
|
||||||
|
syntax: "public FirmwareType firmwareType()"
|
||||||
|
desc: "Get the firmwareType property: Firmware type."
|
||||||
|
returns:
|
||||||
|
description: "the firmwareType value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.FirmwareType?alt=com.azure.resourcemanager.connectedvmware.models.FirmwareType&text=FirmwareType\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.folderPath()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.folderPath()"
|
||||||
|
name: "folderPath()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.folderPath()"
|
||||||
|
summary: "Get the folder<wbr>Path property: Gets or sets the folder path of the template."
|
||||||
|
syntax: "public String folderPath()"
|
||||||
|
desc: "Get the folderPath property: Gets or sets the folder path of the template."
|
||||||
|
returns:
|
||||||
|
description: "the folderPath value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.inventoryItemId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.inventoryItemId()"
|
||||||
|
name: "inventoryItemId()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.inventoryItemId()"
|
||||||
|
summary: "Get the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the virtual machine template."
|
||||||
|
syntax: "public String inventoryItemId()"
|
||||||
|
desc: "Get the inventoryItemId property: Gets or sets the inventory Item ID for the virtual machine template."
|
||||||
|
returns:
|
||||||
|
description: "the inventoryItemId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.kind()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.kind()"
|
||||||
|
name: "kind()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.kind()"
|
||||||
|
summary: "Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
syntax: "public String kind()"
|
||||||
|
desc: "Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the kind value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.memorySizeMB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.memorySizeMB()"
|
||||||
|
name: "memorySizeMB()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.memorySizeMB()"
|
||||||
|
summary: "Get the memory<wbr>SizeMB property: Gets or sets memory size in MBs for the template."
|
||||||
|
syntax: "public Integer memorySizeMB()"
|
||||||
|
desc: "Get the memorySizeMB property: Gets or sets memory size in MBs for the template."
|
||||||
|
returns:
|
||||||
|
description: "the memorySizeMB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.moName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.moName()"
|
||||||
|
name: "moName()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.moName()"
|
||||||
|
summary: "Get the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the virtual machine template."
|
||||||
|
syntax: "public String moName()"
|
||||||
|
desc: "Get the moName property: Gets or sets the vCenter Managed Object name for the virtual machine template."
|
||||||
|
returns:
|
||||||
|
description: "the moName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.moRefId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.moRefId()"
|
||||||
|
name: "moRefId()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.moRefId()"
|
||||||
|
summary: "Get the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the virtual machine template."
|
||||||
|
syntax: "public String moRefId()"
|
||||||
|
desc: "Get the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine template."
|
||||||
|
returns:
|
||||||
|
description: "the moRefId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.networkInterfaces()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.networkInterfaces()"
|
||||||
|
name: "networkInterfaces()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.networkInterfaces()"
|
||||||
|
summary: "Get the network<wbr>Interfaces property: Gets or sets the network interfaces of the template."
|
||||||
|
syntax: "public List<NetworkInterface> networkInterfaces()"
|
||||||
|
desc: "Get the networkInterfaces property: Gets or sets the network interfaces of the template."
|
||||||
|
returns:
|
||||||
|
description: "the networkInterfaces value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.NetworkInterface?alt=com.azure.resourcemanager.connectedvmware.models.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.numCPUs()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.numCPUs()"
|
||||||
|
name: "numCPUs()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.numCPUs()"
|
||||||
|
summary: "Get the num<wbr>CPUs property: Gets or sets the number of v<wbr>CPUs for the template."
|
||||||
|
syntax: "public Integer numCPUs()"
|
||||||
|
desc: "Get the numCPUs property: Gets or sets the number of vCPUs for the template."
|
||||||
|
returns:
|
||||||
|
description: "the numCPUs value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.numCoresPerSocket()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.numCoresPerSocket()"
|
||||||
|
name: "numCoresPerSocket()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.numCoresPerSocket()"
|
||||||
|
summary: "Get the num<wbr>Cores<wbr>Per<wbr>Socket property: Gets or sets the number of cores per socket for the template."
|
||||||
|
syntax: "public Integer numCoresPerSocket()"
|
||||||
|
desc: "Get the numCoresPerSocket property: Gets or sets the number of cores per socket for the template. Defaults to 1 if unspecified."
|
||||||
|
returns:
|
||||||
|
description: "the numCoresPerSocket value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.osName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.osName()"
|
||||||
|
name: "osName()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.osName()"
|
||||||
|
summary: "Get the os<wbr>Name property: Gets or sets os name."
|
||||||
|
syntax: "public String osName()"
|
||||||
|
desc: "Get the osName property: Gets or sets os name."
|
||||||
|
returns:
|
||||||
|
description: "the osName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.osType()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.osType()"
|
||||||
|
name: "osType()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.osType()"
|
||||||
|
summary: "Get the os<wbr>Type property: Gets or sets the type of the os."
|
||||||
|
syntax: "public OsType osType()"
|
||||||
|
desc: "Get the osType property: Gets or sets the type of the os."
|
||||||
|
returns:
|
||||||
|
description: "the osType value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.OsType?alt=com.azure.resourcemanager.connectedvmware.models.OsType&text=OsType\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.systemData()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.systemData()"
|
||||||
|
name: "systemData()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.systemData()"
|
||||||
|
summary: "Get the system<wbr>Data property: The system data."
|
||||||
|
syntax: "public SystemData systemData()"
|
||||||
|
desc: "Get the systemData property: The system data."
|
||||||
|
returns:
|
||||||
|
description: "the systemData value."
|
||||||
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.toolsVersion()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.toolsVersion()"
|
||||||
|
name: "toolsVersion()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.toolsVersion()"
|
||||||
|
summary: "Get the tools<wbr>Version property: Gets or sets the current version of VMware Tools."
|
||||||
|
syntax: "public String toolsVersion()"
|
||||||
|
desc: "Get the toolsVersion property: Gets or sets the current version of VMware Tools."
|
||||||
|
returns:
|
||||||
|
description: "the toolsVersion value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.toolsVersionStatus()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.toolsVersionStatus()"
|
||||||
|
name: "toolsVersionStatus()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.toolsVersionStatus()"
|
||||||
|
summary: "Get the tools<wbr>Version<wbr>Status property: Gets or sets the current version status of VMware Tools installed in the guest operating system."
|
||||||
|
syntax: "public String toolsVersionStatus()"
|
||||||
|
desc: "Get the toolsVersionStatus property: Gets or sets the current version status of VMware Tools installed in the guest operating system."
|
||||||
|
returns:
|
||||||
|
description: "the toolsVersionStatus value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.uuid()"
|
||||||
|
summary: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
syntax: "public String uuid()"
|
||||||
|
desc: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.vCenterId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.vCenterId()"
|
||||||
|
name: "vCenterId()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.vCenterId()"
|
||||||
|
summary: "Get the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this template resides."
|
||||||
|
syntax: "public String vCenterId()"
|
||||||
|
desc: "Get the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this template resides."
|
||||||
|
returns:
|
||||||
|
description: "the vCenterId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.withExtendedLocation(com.azure.resourcemanager.connectedvmware.models.ExtendedLocation)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
name: "withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
summary: "Set the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
parameters:
|
||||||
|
- description: "the extendedLocation value to set."
|
||||||
|
name: "extendedLocation"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualMachineTemplateInner withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
desc: "Set the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineTemplateInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.withInventoryItemId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.withInventoryItemId(String inventoryItemId)"
|
||||||
|
name: "withInventoryItemId(String inventoryItemId)"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.withInventoryItemId(String inventoryItemId)"
|
||||||
|
summary: "Set the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the virtual machine template."
|
||||||
|
parameters:
|
||||||
|
- description: "the inventoryItemId value to set."
|
||||||
|
name: "inventoryItemId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VirtualMachineTemplateInner withInventoryItemId(String inventoryItemId)"
|
||||||
|
desc: "Set the inventoryItemId property: Gets or sets the inventory Item ID for the virtual machine template."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineTemplateInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.withKind(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.withKind(String kind)"
|
||||||
|
name: "withKind(String kind)"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.withKind(String kind)"
|
||||||
|
summary: "Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
parameters:
|
||||||
|
- description: "the kind value to set."
|
||||||
|
name: "kind"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VirtualMachineTemplateInner withKind(String kind)"
|
||||||
|
desc: "Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineTemplateInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.withLocation(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.withLocation(String location)"
|
||||||
|
name: "withLocation(String location)"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.withLocation(String location)"
|
||||||
|
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
|
||||||
|
parameters:
|
||||||
|
- name: "location"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VirtualMachineTemplateInner withLocation(String location)"
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.withMoRefId(String moRefId)"
|
||||||
|
summary: "Set the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the virtual machine template."
|
||||||
|
parameters:
|
||||||
|
- description: "the moRefId value to set."
|
||||||
|
name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VirtualMachineTemplateInner withMoRefId(String moRefId)"
|
||||||
|
desc: "Set the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine template."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineTemplateInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.withTags(Map<String,String> tags)"
|
||||||
|
name: "withTags(Map<String,String> tags)"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.withTags(Map<String,String> tags)"
|
||||||
|
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
parameters:
|
||||||
|
- name: "tags"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
||||||
|
syntax: "public VirtualMachineTemplateInner withTags(Map<String,String> tags)"
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.withVCenterId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner.withVCenterId(String vCenterId)"
|
||||||
|
name: "withVCenterId(String vCenterId)"
|
||||||
|
nameWithType: "VirtualMachineTemplateInner.withVCenterId(String vCenterId)"
|
||||||
|
summary: "Set the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this template resides."
|
||||||
|
parameters:
|
||||||
|
- description: "the vCenterId value to set."
|
||||||
|
name: "vCenterId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VirtualMachineTemplateInner withVCenterId(String vCenterId)"
|
||||||
|
desc: "Set the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this template resides."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineTemplateInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner&text=VirtualMachineTemplateInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Define the virtualMachineTemplate."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,276 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties"
|
||||||
|
name: "VirtualMachineTemplateProperties"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties"
|
||||||
|
summary: "Describes the properties of a Virtual Machine Template."
|
||||||
|
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 **VirtualMachineTemplateProperties**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.VirtualMachineTemplateProperties()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.VirtualMachineTemplateProperties()"
|
||||||
|
name: "VirtualMachineTemplateProperties()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.VirtualMachineTemplateProperties()"
|
||||||
|
summary: "Creates an instance of Virtual<wbr>Machine<wbr>Template<wbr>Properties class."
|
||||||
|
syntax: "public VirtualMachineTemplateProperties()"
|
||||||
|
desc: "Creates an instance of VirtualMachineTemplateProperties class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.customResourceName()"
|
||||||
|
summary: "Get the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
syntax: "public String customResourceName()"
|
||||||
|
desc: "Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.disks()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.disks()"
|
||||||
|
name: "disks()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.disks()"
|
||||||
|
summary: "Get the disks property: Gets or sets the disks the template."
|
||||||
|
syntax: "public List<VirtualDisk> disks()"
|
||||||
|
desc: "Get the disks property: Gets or sets the disks the template."
|
||||||
|
returns:
|
||||||
|
description: "the disks value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.VirtualDisk?alt=com.azure.resourcemanager.connectedvmware.models.VirtualDisk&text=VirtualDisk\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.firmwareType()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.firmwareType()"
|
||||||
|
name: "firmwareType()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.firmwareType()"
|
||||||
|
summary: "Get the firmware<wbr>Type property: Firmware type."
|
||||||
|
syntax: "public FirmwareType firmwareType()"
|
||||||
|
desc: "Get the firmwareType property: Firmware type."
|
||||||
|
returns:
|
||||||
|
description: "the firmwareType value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.FirmwareType?alt=com.azure.resourcemanager.connectedvmware.models.FirmwareType&text=FirmwareType\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.folderPath()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.folderPath()"
|
||||||
|
name: "folderPath()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.folderPath()"
|
||||||
|
summary: "Get the folder<wbr>Path property: Gets or sets the folder path of the template."
|
||||||
|
syntax: "public String folderPath()"
|
||||||
|
desc: "Get the folderPath property: Gets or sets the folder path of the template."
|
||||||
|
returns:
|
||||||
|
description: "the folderPath value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.inventoryItemId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.inventoryItemId()"
|
||||||
|
name: "inventoryItemId()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.inventoryItemId()"
|
||||||
|
summary: "Get the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the virtual machine template."
|
||||||
|
syntax: "public String inventoryItemId()"
|
||||||
|
desc: "Get the inventoryItemId property: Gets or sets the inventory Item ID for the virtual machine template."
|
||||||
|
returns:
|
||||||
|
description: "the inventoryItemId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.memorySizeMB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.memorySizeMB()"
|
||||||
|
name: "memorySizeMB()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.memorySizeMB()"
|
||||||
|
summary: "Get the memory<wbr>SizeMB property: Gets or sets memory size in MBs for the template."
|
||||||
|
syntax: "public Integer memorySizeMB()"
|
||||||
|
desc: "Get the memorySizeMB property: Gets or sets memory size in MBs for the template."
|
||||||
|
returns:
|
||||||
|
description: "the memorySizeMB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.moName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.moName()"
|
||||||
|
name: "moName()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.moName()"
|
||||||
|
summary: "Get the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the virtual machine template."
|
||||||
|
syntax: "public String moName()"
|
||||||
|
desc: "Get the moName property: Gets or sets the vCenter Managed Object name for the virtual machine template."
|
||||||
|
returns:
|
||||||
|
description: "the moName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.moRefId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.moRefId()"
|
||||||
|
name: "moRefId()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.moRefId()"
|
||||||
|
summary: "Get the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the virtual machine template."
|
||||||
|
syntax: "public String moRefId()"
|
||||||
|
desc: "Get the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine template."
|
||||||
|
returns:
|
||||||
|
description: "the moRefId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.networkInterfaces()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.networkInterfaces()"
|
||||||
|
name: "networkInterfaces()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.networkInterfaces()"
|
||||||
|
summary: "Get the network<wbr>Interfaces property: Gets or sets the network interfaces of the template."
|
||||||
|
syntax: "public List<NetworkInterface> networkInterfaces()"
|
||||||
|
desc: "Get the networkInterfaces property: Gets or sets the network interfaces of the template."
|
||||||
|
returns:
|
||||||
|
description: "the networkInterfaces value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.NetworkInterface?alt=com.azure.resourcemanager.connectedvmware.models.NetworkInterface&text=NetworkInterface\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.numCPUs()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.numCPUs()"
|
||||||
|
name: "numCPUs()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.numCPUs()"
|
||||||
|
summary: "Get the num<wbr>CPUs property: Gets or sets the number of v<wbr>CPUs for the template."
|
||||||
|
syntax: "public Integer numCPUs()"
|
||||||
|
desc: "Get the numCPUs property: Gets or sets the number of vCPUs for the template."
|
||||||
|
returns:
|
||||||
|
description: "the numCPUs value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.numCoresPerSocket()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.numCoresPerSocket()"
|
||||||
|
name: "numCoresPerSocket()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.numCoresPerSocket()"
|
||||||
|
summary: "Get the num<wbr>Cores<wbr>Per<wbr>Socket property: Gets or sets the number of cores per socket for the template."
|
||||||
|
syntax: "public Integer numCoresPerSocket()"
|
||||||
|
desc: "Get the numCoresPerSocket property: Gets or sets the number of cores per socket for the template. Defaults to 1 if unspecified."
|
||||||
|
returns:
|
||||||
|
description: "the numCoresPerSocket value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.osName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.osName()"
|
||||||
|
name: "osName()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.osName()"
|
||||||
|
summary: "Get the os<wbr>Name property: Gets or sets os name."
|
||||||
|
syntax: "public String osName()"
|
||||||
|
desc: "Get the osName property: Gets or sets os name."
|
||||||
|
returns:
|
||||||
|
description: "the osName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.osType()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.osType()"
|
||||||
|
name: "osType()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.osType()"
|
||||||
|
summary: "Get the os<wbr>Type property: Gets or sets the type of the os."
|
||||||
|
syntax: "public OsType osType()"
|
||||||
|
desc: "Get the osType property: Gets or sets the type of the os."
|
||||||
|
returns:
|
||||||
|
description: "the osType value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.OsType?alt=com.azure.resourcemanager.connectedvmware.models.OsType&text=OsType\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.toolsVersion()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.toolsVersion()"
|
||||||
|
name: "toolsVersion()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.toolsVersion()"
|
||||||
|
summary: "Get the tools<wbr>Version property: Gets or sets the current version of VMware Tools."
|
||||||
|
syntax: "public String toolsVersion()"
|
||||||
|
desc: "Get the toolsVersion property: Gets or sets the current version of VMware Tools."
|
||||||
|
returns:
|
||||||
|
description: "the toolsVersion value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.toolsVersionStatus()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.toolsVersionStatus()"
|
||||||
|
name: "toolsVersionStatus()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.toolsVersionStatus()"
|
||||||
|
summary: "Get the tools<wbr>Version<wbr>Status property: Gets or sets the current version status of VMware Tools installed in the guest operating system."
|
||||||
|
syntax: "public String toolsVersionStatus()"
|
||||||
|
desc: "Get the toolsVersionStatus property: Gets or sets the current version status of VMware Tools installed in the guest operating system."
|
||||||
|
returns:
|
||||||
|
description: "the toolsVersionStatus value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.uuid()"
|
||||||
|
summary: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
syntax: "public String uuid()"
|
||||||
|
desc: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.vCenterId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.vCenterId()"
|
||||||
|
name: "vCenterId()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.vCenterId()"
|
||||||
|
summary: "Get the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this template resides."
|
||||||
|
syntax: "public String vCenterId()"
|
||||||
|
desc: "Get the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this template resides."
|
||||||
|
returns:
|
||||||
|
description: "the vCenterId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.withInventoryItemId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.withInventoryItemId(String inventoryItemId)"
|
||||||
|
name: "withInventoryItemId(String inventoryItemId)"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.withInventoryItemId(String inventoryItemId)"
|
||||||
|
summary: "Set the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the virtual machine template."
|
||||||
|
parameters:
|
||||||
|
- description: "the inventoryItemId value to set."
|
||||||
|
name: "inventoryItemId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VirtualMachineTemplateProperties withInventoryItemId(String inventoryItemId)"
|
||||||
|
desc: "Set the inventoryItemId property: Gets or sets the inventory Item ID for the virtual machine template."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineTemplateProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties&text=VirtualMachineTemplateProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.withMoRefId(String moRefId)"
|
||||||
|
summary: "Set the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the virtual machine template."
|
||||||
|
parameters:
|
||||||
|
- description: "the moRefId value to set."
|
||||||
|
name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VirtualMachineTemplateProperties withMoRefId(String moRefId)"
|
||||||
|
desc: "Set the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine template."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineTemplateProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties&text=VirtualMachineTemplateProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.withVCenterId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties.withVCenterId(String vCenterId)"
|
||||||
|
name: "withVCenterId(String vCenterId)"
|
||||||
|
nameWithType: "VirtualMachineTemplateProperties.withVCenterId(String vCenterId)"
|
||||||
|
summary: "Set the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this template resides."
|
||||||
|
parameters:
|
||||||
|
- description: "the vCenterId value to set."
|
||||||
|
name: "vCenterId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VirtualMachineTemplateProperties withVCenterId(String vCenterId)"
|
||||||
|
desc: "Set the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this template resides."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualMachineTemplateProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties&text=VirtualMachineTemplateProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Describes the properties of a Virtual Machine Template."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,259 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner"
|
||||||
|
name: "VirtualNetworkInner"
|
||||||
|
nameWithType: "VirtualNetworkInner"
|
||||||
|
summary: "Define the virtual<wbr>Network."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.location()?alt=com.azure.core.management.Resource.location&text=location\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.tags()?alt=com.azure.core.management.Resource.tags&text=tags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.withLocation(java.lang.String)?alt=com.azure.core.management.Resource.withLocation&text=withLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)?alt=com.azure.core.management.Resource.withTags&text=withTags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 **VirtualNetworkInner**</br> extends <xref href=\"com.azure.core.management.Resource?alt=com.azure.core.management.Resource&text=Resource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.VirtualNetworkInner()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.VirtualNetworkInner()"
|
||||||
|
name: "VirtualNetworkInner()"
|
||||||
|
nameWithType: "VirtualNetworkInner.VirtualNetworkInner()"
|
||||||
|
summary: "Creates an instance of Virtual<wbr>Network<wbr>Inner class."
|
||||||
|
syntax: "public VirtualNetworkInner()"
|
||||||
|
desc: "Creates an instance of VirtualNetworkInner class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "VirtualNetworkInner.customResourceName()"
|
||||||
|
summary: "Get the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
syntax: "public String customResourceName()"
|
||||||
|
desc: "Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.extendedLocation()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.extendedLocation()"
|
||||||
|
name: "extendedLocation()"
|
||||||
|
nameWithType: "VirtualNetworkInner.extendedLocation()"
|
||||||
|
summary: "Get the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
syntax: "public ExtendedLocation extendedLocation()"
|
||||||
|
desc: "Get the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the extendedLocation value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.inventoryItemId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.inventoryItemId()"
|
||||||
|
name: "inventoryItemId()"
|
||||||
|
nameWithType: "VirtualNetworkInner.inventoryItemId()"
|
||||||
|
summary: "Get the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the virtual network."
|
||||||
|
syntax: "public String inventoryItemId()"
|
||||||
|
desc: "Get the inventoryItemId property: Gets or sets the inventory Item ID for the virtual network."
|
||||||
|
returns:
|
||||||
|
description: "the inventoryItemId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.kind()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.kind()"
|
||||||
|
name: "kind()"
|
||||||
|
nameWithType: "VirtualNetworkInner.kind()"
|
||||||
|
summary: "Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
syntax: "public String kind()"
|
||||||
|
desc: "Get the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the kind value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.moName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.moName()"
|
||||||
|
name: "moName()"
|
||||||
|
nameWithType: "VirtualNetworkInner.moName()"
|
||||||
|
summary: "Get the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the virtual network."
|
||||||
|
syntax: "public String moName()"
|
||||||
|
desc: "Get the moName property: Gets or sets the vCenter Managed Object name for the virtual network."
|
||||||
|
returns:
|
||||||
|
description: "the moName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.moRefId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.moRefId()"
|
||||||
|
name: "moRefId()"
|
||||||
|
nameWithType: "VirtualNetworkInner.moRefId()"
|
||||||
|
summary: "Get the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the virtual network."
|
||||||
|
syntax: "public String moRefId()"
|
||||||
|
desc: "Get the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual network."
|
||||||
|
returns:
|
||||||
|
description: "the moRefId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "VirtualNetworkInner.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "VirtualNetworkInner.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.systemData()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.systemData()"
|
||||||
|
name: "systemData()"
|
||||||
|
nameWithType: "VirtualNetworkInner.systemData()"
|
||||||
|
summary: "Get the system<wbr>Data property: The system data."
|
||||||
|
syntax: "public SystemData systemData()"
|
||||||
|
desc: "Get the systemData property: The system data."
|
||||||
|
returns:
|
||||||
|
description: "the systemData value."
|
||||||
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "VirtualNetworkInner.uuid()"
|
||||||
|
summary: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
syntax: "public String uuid()"
|
||||||
|
desc: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.vCenterId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.vCenterId()"
|
||||||
|
name: "vCenterId()"
|
||||||
|
nameWithType: "VirtualNetworkInner.vCenterId()"
|
||||||
|
summary: "Get the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this template resides."
|
||||||
|
syntax: "public String vCenterId()"
|
||||||
|
desc: "Get the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this template resides."
|
||||||
|
returns:
|
||||||
|
description: "the vCenterId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "VirtualNetworkInner.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.withExtendedLocation(com.azure.resourcemanager.connectedvmware.models.ExtendedLocation)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
name: "withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
nameWithType: "VirtualNetworkInner.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
summary: "Set the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
parameters:
|
||||||
|
- description: "the extendedLocation value to set."
|
||||||
|
name: "extendedLocation"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public VirtualNetworkInner withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
desc: "Set the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualNetworkInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.withInventoryItemId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.withInventoryItemId(String inventoryItemId)"
|
||||||
|
name: "withInventoryItemId(String inventoryItemId)"
|
||||||
|
nameWithType: "VirtualNetworkInner.withInventoryItemId(String inventoryItemId)"
|
||||||
|
summary: "Set the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the virtual network."
|
||||||
|
parameters:
|
||||||
|
- description: "the inventoryItemId value to set."
|
||||||
|
name: "inventoryItemId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VirtualNetworkInner withInventoryItemId(String inventoryItemId)"
|
||||||
|
desc: "Set the inventoryItemId property: Gets or sets the inventory Item ID for the virtual network."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualNetworkInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.withKind(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.withKind(String kind)"
|
||||||
|
name: "withKind(String kind)"
|
||||||
|
nameWithType: "VirtualNetworkInner.withKind(String kind)"
|
||||||
|
summary: "Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
parameters:
|
||||||
|
- description: "the kind value to set."
|
||||||
|
name: "kind"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VirtualNetworkInner withKind(String kind)"
|
||||||
|
desc: "Set the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualNetworkInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.withLocation(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.withLocation(String location)"
|
||||||
|
name: "withLocation(String location)"
|
||||||
|
nameWithType: "VirtualNetworkInner.withLocation(String location)"
|
||||||
|
overridden: "com.azure.core.management.Resource.withLocation(java.lang.String)"
|
||||||
|
parameters:
|
||||||
|
- name: "location"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VirtualNetworkInner withLocation(String location)"
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "VirtualNetworkInner.withMoRefId(String moRefId)"
|
||||||
|
summary: "Set the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the virtual network."
|
||||||
|
parameters:
|
||||||
|
- description: "the moRefId value to set."
|
||||||
|
name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VirtualNetworkInner withMoRefId(String moRefId)"
|
||||||
|
desc: "Set the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual network."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualNetworkInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.withTags(Map<String,String> tags)"
|
||||||
|
name: "withTags(Map<String,String> tags)"
|
||||||
|
nameWithType: "VirtualNetworkInner.withTags(Map<String,String> tags)"
|
||||||
|
overridden: "com.azure.core.management.Resource.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
parameters:
|
||||||
|
- name: "tags"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
||||||
|
syntax: "public VirtualNetworkInner withTags(Map<String,String> tags)"
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.withVCenterId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner.withVCenterId(String vCenterId)"
|
||||||
|
name: "withVCenterId(String vCenterId)"
|
||||||
|
nameWithType: "VirtualNetworkInner.withVCenterId(String vCenterId)"
|
||||||
|
summary: "Set the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this template resides."
|
||||||
|
parameters:
|
||||||
|
- description: "the vCenterId value to set."
|
||||||
|
name: "vCenterId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VirtualNetworkInner withVCenterId(String vCenterId)"
|
||||||
|
desc: "Set the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this template resides."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualNetworkInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner&text=VirtualNetworkInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Define the virtualNetwork."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,166 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties"
|
||||||
|
name: "VirtualNetworkProperties"
|
||||||
|
nameWithType: "VirtualNetworkProperties"
|
||||||
|
summary: "Describes the properties of a Virtual Network."
|
||||||
|
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 **VirtualNetworkProperties**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.VirtualNetworkProperties()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.VirtualNetworkProperties()"
|
||||||
|
name: "VirtualNetworkProperties()"
|
||||||
|
nameWithType: "VirtualNetworkProperties.VirtualNetworkProperties()"
|
||||||
|
summary: "Creates an instance of Virtual<wbr>Network<wbr>Properties class."
|
||||||
|
syntax: "public VirtualNetworkProperties()"
|
||||||
|
desc: "Creates an instance of VirtualNetworkProperties class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "VirtualNetworkProperties.customResourceName()"
|
||||||
|
summary: "Get the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
syntax: "public String customResourceName()"
|
||||||
|
desc: "Get the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.inventoryItemId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.inventoryItemId()"
|
||||||
|
name: "inventoryItemId()"
|
||||||
|
nameWithType: "VirtualNetworkProperties.inventoryItemId()"
|
||||||
|
summary: "Get the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the virtual network."
|
||||||
|
syntax: "public String inventoryItemId()"
|
||||||
|
desc: "Get the inventoryItemId property: Gets or sets the inventory Item ID for the virtual network."
|
||||||
|
returns:
|
||||||
|
description: "the inventoryItemId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.moName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.moName()"
|
||||||
|
name: "moName()"
|
||||||
|
nameWithType: "VirtualNetworkProperties.moName()"
|
||||||
|
summary: "Get the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the virtual network."
|
||||||
|
syntax: "public String moName()"
|
||||||
|
desc: "Get the moName property: Gets or sets the vCenter Managed Object name for the virtual network."
|
||||||
|
returns:
|
||||||
|
description: "the moName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.moRefId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.moRefId()"
|
||||||
|
name: "moRefId()"
|
||||||
|
nameWithType: "VirtualNetworkProperties.moRefId()"
|
||||||
|
summary: "Get the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the virtual network."
|
||||||
|
syntax: "public String moRefId()"
|
||||||
|
desc: "Get the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual network."
|
||||||
|
returns:
|
||||||
|
description: "the moRefId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "VirtualNetworkProperties.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "VirtualNetworkProperties.statuses()"
|
||||||
|
summary: "Get the statuses property: The resource status information."
|
||||||
|
syntax: "public List<ResourceStatus> statuses()"
|
||||||
|
desc: "Get the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "VirtualNetworkProperties.uuid()"
|
||||||
|
summary: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
syntax: "public String uuid()"
|
||||||
|
desc: "Get the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.vCenterId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.vCenterId()"
|
||||||
|
name: "vCenterId()"
|
||||||
|
nameWithType: "VirtualNetworkProperties.vCenterId()"
|
||||||
|
summary: "Get the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this template resides."
|
||||||
|
syntax: "public String vCenterId()"
|
||||||
|
desc: "Get the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this template resides."
|
||||||
|
returns:
|
||||||
|
description: "the vCenterId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "VirtualNetworkProperties.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.withInventoryItemId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.withInventoryItemId(String inventoryItemId)"
|
||||||
|
name: "withInventoryItemId(String inventoryItemId)"
|
||||||
|
nameWithType: "VirtualNetworkProperties.withInventoryItemId(String inventoryItemId)"
|
||||||
|
summary: "Set the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the virtual network."
|
||||||
|
parameters:
|
||||||
|
- description: "the inventoryItemId value to set."
|
||||||
|
name: "inventoryItemId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VirtualNetworkProperties withInventoryItemId(String inventoryItemId)"
|
||||||
|
desc: "Set the inventoryItemId property: Gets or sets the inventory Item ID for the virtual network."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualNetworkProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties&text=VirtualNetworkProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "VirtualNetworkProperties.withMoRefId(String moRefId)"
|
||||||
|
summary: "Set the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the virtual network."
|
||||||
|
parameters:
|
||||||
|
- description: "the moRefId value to set."
|
||||||
|
name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VirtualNetworkProperties withMoRefId(String moRefId)"
|
||||||
|
desc: "Set the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual network."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualNetworkProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties&text=VirtualNetworkProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.withVCenterId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties.withVCenterId(String vCenterId)"
|
||||||
|
name: "withVCenterId(String vCenterId)"
|
||||||
|
nameWithType: "VirtualNetworkProperties.withVCenterId(String vCenterId)"
|
||||||
|
summary: "Set the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this template resides."
|
||||||
|
parameters:
|
||||||
|
- description: "the vCenterId value to set."
|
||||||
|
name: "vCenterId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VirtualNetworkProperties withVCenterId(String vCenterId)"
|
||||||
|
desc: "Set the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this template resides."
|
||||||
|
returns:
|
||||||
|
description: "the VirtualNetworkProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties&text=VirtualNetworkProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Describes the properties of a Virtual Network."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,118 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner"
|
||||||
|
name: "VmInstanceHybridIdentityMetadataInner"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataInner"
|
||||||
|
summary: "Defines the Hybrid<wbr>Identity<wbr>Metadata."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.id()?alt=com.azure.core.management.ProxyResource.id&text=id\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.name()?alt=com.azure.core.management.ProxyResource.name&text=name\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.management.ProxyResource.type()?alt=com.azure.core.management.ProxyResource.type&text=type\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 **VmInstanceHybridIdentityMetadataInner**</br> extends <xref href=\"com.azure.core.management.ProxyResource?alt=com.azure.core.management.ProxyResource&text=ProxyResource\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner.VmInstanceHybridIdentityMetadataInner()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner.VmInstanceHybridIdentityMetadataInner()"
|
||||||
|
name: "VmInstanceHybridIdentityMetadataInner()"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataInner.VmInstanceHybridIdentityMetadataInner()"
|
||||||
|
summary: "Creates an instance of Vm<wbr>Instance<wbr>Hybrid<wbr>Identity<wbr>Metadata<wbr>Inner class."
|
||||||
|
syntax: "public VmInstanceHybridIdentityMetadataInner()"
|
||||||
|
desc: "Creates an instance of VmInstanceHybridIdentityMetadataInner class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataInner.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner.publicKey()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner.publicKey()"
|
||||||
|
name: "publicKey()"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataInner.publicKey()"
|
||||||
|
summary: "Get the public<wbr>Key property: Gets or sets the Public Key."
|
||||||
|
syntax: "public String publicKey()"
|
||||||
|
desc: "Get the publicKey property: Gets or sets the Public Key."
|
||||||
|
returns:
|
||||||
|
description: "the publicKey value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner.resourceUid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner.resourceUid()"
|
||||||
|
name: "resourceUid()"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataInner.resourceUid()"
|
||||||
|
summary: "Get the resource<wbr>Uid property: The unique identifier for the resource."
|
||||||
|
syntax: "public String resourceUid()"
|
||||||
|
desc: "Get the resourceUid property: The unique identifier for the resource."
|
||||||
|
returns:
|
||||||
|
description: "the resourceUid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner.systemData()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner.systemData()"
|
||||||
|
name: "systemData()"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataInner.systemData()"
|
||||||
|
summary: "Get the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
|
||||||
|
syntax: "public SystemData systemData()"
|
||||||
|
desc: "Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
|
||||||
|
returns:
|
||||||
|
description: "the systemData value."
|
||||||
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataInner.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner.withPublicKey(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner.withPublicKey(String publicKey)"
|
||||||
|
name: "withPublicKey(String publicKey)"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataInner.withPublicKey(String publicKey)"
|
||||||
|
summary: "Set the public<wbr>Key property: Gets or sets the Public Key."
|
||||||
|
parameters:
|
||||||
|
- description: "the publicKey value to set."
|
||||||
|
name: "publicKey"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VmInstanceHybridIdentityMetadataInner withPublicKey(String publicKey)"
|
||||||
|
desc: "Set the publicKey property: Gets or sets the Public Key."
|
||||||
|
returns:
|
||||||
|
description: "the VmInstanceHybridIdentityMetadataInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner&text=VmInstanceHybridIdentityMetadataInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner.withResourceUid(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner.withResourceUid(String resourceUid)"
|
||||||
|
name: "withResourceUid(String resourceUid)"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataInner.withResourceUid(String resourceUid)"
|
||||||
|
summary: "Set the resource<wbr>Uid property: The unique identifier for the resource."
|
||||||
|
parameters:
|
||||||
|
- description: "the resourceUid value to set."
|
||||||
|
name: "resourceUid"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VmInstanceHybridIdentityMetadataInner withResourceUid(String resourceUid)"
|
||||||
|
desc: "Set the resourceUid property: The unique identifier for the resource."
|
||||||
|
returns:
|
||||||
|
description: "the VmInstanceHybridIdentityMetadataInner object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner&text=VmInstanceHybridIdentityMetadataInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Defines the HybridIdentityMetadata."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,102 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties"
|
||||||
|
name: "VmInstanceHybridIdentityMetadataProperties"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataProperties"
|
||||||
|
summary: "Describes the properties of Hybrid Identity Metadata for a Virtual Machine."
|
||||||
|
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 **VmInstanceHybridIdentityMetadataProperties**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties.VmInstanceHybridIdentityMetadataProperties()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties.VmInstanceHybridIdentityMetadataProperties()"
|
||||||
|
name: "VmInstanceHybridIdentityMetadataProperties()"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataProperties.VmInstanceHybridIdentityMetadataProperties()"
|
||||||
|
summary: "Creates an instance of Vm<wbr>Instance<wbr>Hybrid<wbr>Identity<wbr>Metadata<wbr>Properties class."
|
||||||
|
syntax: "public VmInstanceHybridIdentityMetadataProperties()"
|
||||||
|
desc: "Creates an instance of VmInstanceHybridIdentityMetadataProperties class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataProperties.provisioningState()"
|
||||||
|
summary: "Get the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
syntax: "public ProvisioningState provisioningState()"
|
||||||
|
desc: "Get the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties.publicKey()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties.publicKey()"
|
||||||
|
name: "publicKey()"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataProperties.publicKey()"
|
||||||
|
summary: "Get the public<wbr>Key property: Gets or sets the Public Key."
|
||||||
|
syntax: "public String publicKey()"
|
||||||
|
desc: "Get the publicKey property: Gets or sets the Public Key."
|
||||||
|
returns:
|
||||||
|
description: "the publicKey value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties.resourceUid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties.resourceUid()"
|
||||||
|
name: "resourceUid()"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataProperties.resourceUid()"
|
||||||
|
summary: "Get the resource<wbr>Uid property: The unique identifier for the resource."
|
||||||
|
syntax: "public String resourceUid()"
|
||||||
|
desc: "Get the resourceUid property: The unique identifier for the resource."
|
||||||
|
returns:
|
||||||
|
description: "the resourceUid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataProperties.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties.withPublicKey(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties.withPublicKey(String publicKey)"
|
||||||
|
name: "withPublicKey(String publicKey)"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataProperties.withPublicKey(String publicKey)"
|
||||||
|
summary: "Set the public<wbr>Key property: Gets or sets the Public Key."
|
||||||
|
parameters:
|
||||||
|
- description: "the publicKey value to set."
|
||||||
|
name: "publicKey"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VmInstanceHybridIdentityMetadataProperties withPublicKey(String publicKey)"
|
||||||
|
desc: "Set the publicKey property: Gets or sets the Public Key."
|
||||||
|
returns:
|
||||||
|
description: "the VmInstanceHybridIdentityMetadataProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties&text=VmInstanceHybridIdentityMetadataProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties.withResourceUid(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties.withResourceUid(String resourceUid)"
|
||||||
|
name: "withResourceUid(String resourceUid)"
|
||||||
|
nameWithType: "VmInstanceHybridIdentityMetadataProperties.withResourceUid(String resourceUid)"
|
||||||
|
summary: "Set the resource<wbr>Uid property: The unique identifier for the resource."
|
||||||
|
parameters:
|
||||||
|
- description: "the resourceUid value to set."
|
||||||
|
name: "resourceUid"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public VmInstanceHybridIdentityMetadataProperties withResourceUid(String resourceUid)"
|
||||||
|
desc: "Set the resourceUid property: The unique identifier for the resource."
|
||||||
|
returns:
|
||||||
|
description: "the VmInstanceHybridIdentityMetadataProperties object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties?alt=com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties&text=VmInstanceHybridIdentityMetadataProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Describes the properties of Hybrid Identity Metadata for a Virtual Machine."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,33 @@
|
||||||
|
### YamlMime:JavaPackage
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
name: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
summary: "Package containing the inner data models for ConnectedVMwareClient."
|
||||||
|
classes:
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.ClusterProperties"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreProperties"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentProperties"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.HostModelInner"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.HostProperties"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.InventoryItemInner"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.OperationInner"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolInner"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.ResourcePoolProperties"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterInner"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.VCenterProperties"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceInner"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceProperties"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineInstanceUpdateProperties"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateInner"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualMachineTemplateProperties"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkInner"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.VirtualNetworkProperties"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataInner"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.models.VmInstanceHybridIdentityMetadataProperties"
|
||||||
|
desc: "Package containing the inner data models for ConnectedVMwareClient. Connected VMware Client."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,23 @@
|
||||||
|
### YamlMime:JavaPackage
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
name: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
summary: "Package containing the service clients for ConnectedVMwareClient."
|
||||||
|
interfaces:
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.ClustersClient"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.ConnectedVMwareClient"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.DatastoresClient"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.HostsClient"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.InventoryItemsClient"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.OperationsClient"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.ResourcePoolsClient"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.VCentersClient"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.VMInstanceGuestAgentsClient"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineInstancesClient"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.VirtualMachineTemplatesClient"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.VirtualNetworksClient"
|
||||||
|
- "com.azure.resourcemanager.connectedvmware.fluent.VmInstanceHybridIdentityMetadatasClient"
|
||||||
|
desc: "Package containing the service clients for ConnectedVMwareClient. Connected VMware Client."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.fluent"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,17 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.Definition"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.Definition"
|
||||||
|
name: "Cluster.Definition"
|
||||||
|
nameWithType: "Cluster.Definition"
|
||||||
|
summary: "The entirety of the Cluster definition."
|
||||||
|
syntax: "public static interface **Cluster.Definition**</br> extends <xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.Blank?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The entirety of the Cluster definition."
|
||||||
|
implements:
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.Blank?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,14 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.Blank"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.Blank"
|
||||||
|
name: "Cluster.DefinitionStages.Blank"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.Blank"
|
||||||
|
summary: "The first stage of the Cluster definition."
|
||||||
|
syntax: "public static interface **Cluster.DefinitionStages.Blank**</br> extends <xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The first stage of the Cluster definition."
|
||||||
|
implements:
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,48 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate"
|
||||||
|
name: "Cluster.DefinitionStages.WithCreate"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithCreate"
|
||||||
|
summary: "The stage of the Cluster definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified."
|
||||||
|
syntax: "public static interface **Cluster.DefinitionStages.WithCreate**</br> extends <xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithTags?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithExtendedLocation&text=WithExtendedLocation\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithKind?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithKind&text=WithKind\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithVCenterId?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithVCenterId&text=WithVCenterId\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithMoRefId?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithMoRefId&text=WithMoRefId\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithInventoryItemId?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithInventoryItemId&text=WithInventoryItemId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate.create()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate.create()"
|
||||||
|
name: "create()"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithCreate.create()"
|
||||||
|
summary: "Executes the create request."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Cluster create()"
|
||||||
|
desc: "Executes the create request."
|
||||||
|
returns:
|
||||||
|
description: "the created resource."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster?alt=com.azure.resourcemanager.connectedvmware.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate.create(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate.create(Context context)"
|
||||||
|
name: "create(Context context)"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithCreate.create(Context context)"
|
||||||
|
summary: "Executes the create request."
|
||||||
|
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 Cluster create(Context context)"
|
||||||
|
desc: "Executes the create request."
|
||||||
|
returns:
|
||||||
|
description: "the created resource."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster?alt=com.azure.resourcemanager.connectedvmware.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Cluster definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified."
|
||||||
|
implements:
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithExtendedLocation&text=WithExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithInventoryItemId?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithInventoryItemId&text=WithInventoryItemId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithKind?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithKind&text=WithKind\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithMoRefId?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithMoRefId&text=WithMoRefId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithTags?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithVCenterId?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithVCenterId&text=WithVCenterId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithExtendedLocation"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithExtendedLocation"
|
||||||
|
name: "Cluster.DefinitionStages.WithExtendedLocation"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithExtendedLocation"
|
||||||
|
summary: "The stage of the Cluster definition allowing to specify extended<wbr>Location."
|
||||||
|
syntax: "public static interface **Cluster.DefinitionStages.WithExtendedLocation**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithExtendedLocation.withExtendedLocation(com.azure.resourcemanager.connectedvmware.models.ExtendedLocation)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithExtendedLocation.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
name: "withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithExtendedLocation.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
summary: "Specifies the extended<wbr>Location property: Gets or sets the extended location.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Gets or sets the extended location."
|
||||||
|
name: "extendedLocation"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public abstract Cluster.DefinitionStages.WithCreate withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
desc: "Specifies the extendedLocation property: Gets or sets the extended location.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Cluster definition allowing to specify extendedLocation."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithInventoryItemId"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithInventoryItemId"
|
||||||
|
name: "Cluster.DefinitionStages.WithInventoryItemId"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithInventoryItemId"
|
||||||
|
summary: "The stage of the Cluster definition allowing to specify inventory<wbr>Item<wbr>Id."
|
||||||
|
syntax: "public static interface **Cluster.DefinitionStages.WithInventoryItemId**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithInventoryItemId.withInventoryItemId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithInventoryItemId.withInventoryItemId(String inventoryItemId)"
|
||||||
|
name: "withInventoryItemId(String inventoryItemId)"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithInventoryItemId.withInventoryItemId(String inventoryItemId)"
|
||||||
|
summary: "Specifies the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the cluster.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Gets or sets the inventory Item ID for the cluster."
|
||||||
|
name: "inventoryItemId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Cluster.DefinitionStages.WithCreate withInventoryItemId(String inventoryItemId)"
|
||||||
|
desc: "Specifies the inventoryItemId property: Gets or sets the inventory Item ID for the cluster.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Cluster definition allowing to specify inventoryItemId."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithKind"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithKind"
|
||||||
|
name: "Cluster.DefinitionStages.WithKind"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithKind"
|
||||||
|
summary: "The stage of the Cluster definition allowing to specify kind."
|
||||||
|
syntax: "public static interface **Cluster.DefinitionStages.WithKind**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithKind.withKind(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithKind.withKind(String kind)"
|
||||||
|
name: "withKind(String kind)"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithKind.withKind(String kind)"
|
||||||
|
summary: "Specifies the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Metadata used by portal/tooling/etc to render different UX experiences for resources of the\n same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider\n must validate and persist this value."
|
||||||
|
name: "kind"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Cluster.DefinitionStages.WithCreate withKind(String kind)"
|
||||||
|
desc: "Specifies the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Cluster definition allowing to specify kind."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,45 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithLocation"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithLocation"
|
||||||
|
name: "Cluster.DefinitionStages.WithLocation"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithLocation"
|
||||||
|
summary: "The stage of the Cluster definition allowing to specify location."
|
||||||
|
syntax: "public static interface **Cluster.DefinitionStages.WithLocation**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithLocation.withRegion(com.azure.core.management.Region)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithLocation.withRegion(Region location)"
|
||||||
|
name: "withRegion(Region location)"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithLocation.withRegion(Region location)"
|
||||||
|
summary: "Specifies the region for the resource."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The geo-location where the resource lives."
|
||||||
|
name: "location"
|
||||||
|
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public abstract Cluster.DefinitionStages.WithResourceGroup withRegion(Region location)"
|
||||||
|
desc: "Specifies the region for the resource."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithLocation.withRegion(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithLocation.withRegion(String location)"
|
||||||
|
name: "withRegion(String location)"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithLocation.withRegion(String location)"
|
||||||
|
summary: "Specifies the region for the resource."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The geo-location where the resource lives."
|
||||||
|
name: "location"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Cluster.DefinitionStages.WithResourceGroup withRegion(String location)"
|
||||||
|
desc: "Specifies the region for the resource."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Cluster definition allowing to specify location."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithMoRefId"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithMoRefId"
|
||||||
|
name: "Cluster.DefinitionStages.WithMoRefId"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithMoRefId"
|
||||||
|
summary: "The stage of the Cluster definition allowing to specify mo<wbr>Ref<wbr>Id."
|
||||||
|
syntax: "public static interface **Cluster.DefinitionStages.WithMoRefId**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithMoRefId.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithMoRefId.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithMoRefId.withMoRefId(String moRefId)"
|
||||||
|
summary: "Specifies the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the cluster.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Gets or sets the vCenter MoRef (Managed Object Reference) ID for the cluster."
|
||||||
|
name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Cluster.DefinitionStages.WithCreate withMoRefId(String moRefId)"
|
||||||
|
desc: "Specifies the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the cluster.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Cluster definition allowing to specify moRefId."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithResourceGroup"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithResourceGroup"
|
||||||
|
name: "Cluster.DefinitionStages.WithResourceGroup"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithResourceGroup"
|
||||||
|
summary: "The stage of the Cluster definition allowing to specify parent resource."
|
||||||
|
syntax: "public static interface **Cluster.DefinitionStages.WithResourceGroup**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithResourceGroup.withExistingResourceGroup(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithResourceGroup.withExistingResourceGroup(String resourceGroupName)"
|
||||||
|
name: "withExistingResourceGroup(String resourceGroupName)"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithResourceGroup.withExistingResourceGroup(String resourceGroupName)"
|
||||||
|
summary: "Specifies resource<wbr>Group<wbr>Name."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Cluster.DefinitionStages.WithCreate withExistingResourceGroup(String resourceGroupName)"
|
||||||
|
desc: "Specifies resourceGroupName."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Cluster definition allowing to specify parent resource."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithTags"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithTags"
|
||||||
|
name: "Cluster.DefinitionStages.WithTags"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithTags"
|
||||||
|
summary: "The stage of the Cluster definition allowing to specify tags."
|
||||||
|
syntax: "public static interface **Cluster.DefinitionStages.WithTags**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithTags.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithTags.withTags(Map<String,String> tags)"
|
||||||
|
name: "withTags(Map<String,String> tags)"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithTags.withTags(Map<String,String> tags)"
|
||||||
|
summary: "Specifies the tags property: Resource tags.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Resource tags."
|
||||||
|
name: "tags"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
||||||
|
syntax: "public abstract Cluster.DefinitionStages.WithCreate withTags(Map<String,String> tags)"
|
||||||
|
desc: "Specifies the tags property: Resource tags.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Cluster definition allowing to specify tags."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithVCenterId"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithVCenterId"
|
||||||
|
name: "Cluster.DefinitionStages.WithVCenterId"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithVCenterId"
|
||||||
|
summary: "The stage of the Cluster definition allowing to specify v<wbr>Center<wbr>Id."
|
||||||
|
syntax: "public static interface **Cluster.DefinitionStages.WithVCenterId**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithVCenterId.withVCenterId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithVCenterId.withVCenterId(String vCenterId)"
|
||||||
|
name: "withVCenterId(String vCenterId)"
|
||||||
|
nameWithType: "Cluster.DefinitionStages.WithVCenterId.withVCenterId(String vCenterId)"
|
||||||
|
summary: "Specifies the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this cluster resides.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Gets or sets the ARM Id of the vCenter resource in which this cluster resides."
|
||||||
|
name: "vCenterId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Cluster.DefinitionStages.WithCreate withVCenterId(String vCenterId)"
|
||||||
|
desc: "Specifies the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this cluster resides.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Cluster definition allowing to specify vCenterId."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,12 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages"
|
||||||
|
name: "Cluster.DefinitionStages"
|
||||||
|
nameWithType: "Cluster.DefinitionStages"
|
||||||
|
summary: "The Cluster definition stages."
|
||||||
|
syntax: "public static interface **Cluster.DefinitionStages**"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The Cluster definition stages."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,43 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.Update"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.Update"
|
||||||
|
name: "Cluster.Update"
|
||||||
|
nameWithType: "Cluster.Update"
|
||||||
|
summary: "The template for Cluster update."
|
||||||
|
syntax: "public static interface **Cluster.Update**</br> extends <xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.UpdateStages.WithTags?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.UpdateStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.Update.apply()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.Update.apply()"
|
||||||
|
name: "apply()"
|
||||||
|
nameWithType: "Cluster.Update.apply()"
|
||||||
|
summary: "Executes the update request."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Cluster apply()"
|
||||||
|
desc: "Executes the update request."
|
||||||
|
returns:
|
||||||
|
description: "the updated resource."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster?alt=com.azure.resourcemanager.connectedvmware.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.Update.apply(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.Update.apply(Context context)"
|
||||||
|
name: "apply(Context context)"
|
||||||
|
nameWithType: "Cluster.Update.apply(Context context)"
|
||||||
|
summary: "Executes the update request."
|
||||||
|
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 Cluster apply(Context context)"
|
||||||
|
desc: "Executes the update request."
|
||||||
|
returns:
|
||||||
|
description: "the updated resource."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster?alt=com.azure.resourcemanager.connectedvmware.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The template for Cluster update."
|
||||||
|
implements:
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.UpdateStages.WithTags?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.UpdateStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.UpdateStages.WithTags"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.UpdateStages.WithTags"
|
||||||
|
name: "Cluster.UpdateStages.WithTags"
|
||||||
|
nameWithType: "Cluster.UpdateStages.WithTags"
|
||||||
|
summary: "The stage of the Cluster update allowing to specify tags."
|
||||||
|
syntax: "public static interface **Cluster.UpdateStages.WithTags**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.UpdateStages.WithTags.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.UpdateStages.WithTags.withTags(Map<String,String> tags)"
|
||||||
|
name: "withTags(Map<String,String> tags)"
|
||||||
|
nameWithType: "Cluster.UpdateStages.WithTags.withTags(Map<String,String> tags)"
|
||||||
|
summary: "Specifies the tags property: Resource tags.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Resource tags."
|
||||||
|
name: "tags"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
||||||
|
syntax: "public abstract Cluster.Update withTags(Map<String,String> tags)"
|
||||||
|
desc: "Specifies the tags property: Resource tags.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.Update?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Cluster update allowing to specify tags."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,12 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.UpdateStages"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.UpdateStages"
|
||||||
|
name: "Cluster.UpdateStages"
|
||||||
|
nameWithType: "Cluster.UpdateStages"
|
||||||
|
summary: "The Cluster update stages."
|
||||||
|
syntax: "public static interface **Cluster.UpdateStages**"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The Cluster update stages."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,365 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Cluster"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster"
|
||||||
|
name: "Cluster"
|
||||||
|
nameWithType: "Cluster"
|
||||||
|
summary: "An immutable client-side representation of Cluster."
|
||||||
|
syntax: "public interface **Cluster**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "Cluster.customResourceName()"
|
||||||
|
summary: "Gets the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String customResourceName()"
|
||||||
|
desc: "Gets the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.datastoreIds()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.datastoreIds()"
|
||||||
|
name: "datastoreIds()"
|
||||||
|
nameWithType: "Cluster.datastoreIds()"
|
||||||
|
summary: "Gets the datastore<wbr>Ids property: Gets the datastore ARM ids."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract List<String> datastoreIds()"
|
||||||
|
desc: "Gets the datastoreIds property: Gets the datastore ARM ids."
|
||||||
|
returns:
|
||||||
|
description: "the datastoreIds 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.connectedvmware.models.Cluster.extendedLocation()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.extendedLocation()"
|
||||||
|
name: "extendedLocation()"
|
||||||
|
nameWithType: "Cluster.extendedLocation()"
|
||||||
|
summary: "Gets the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract ExtendedLocation extendedLocation()"
|
||||||
|
desc: "Gets the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the extendedLocation value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.id()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.id()"
|
||||||
|
name: "id()"
|
||||||
|
nameWithType: "Cluster.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.connectedvmware.models.Cluster.innerModel()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.innerModel()"
|
||||||
|
name: "innerModel()"
|
||||||
|
nameWithType: "Cluster.innerModel()"
|
||||||
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>connectedvmware.<wbr>fluent.<wbr>models.<wbr>Cluster<wbr>Inner object."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract ClusterInner innerModel()"
|
||||||
|
desc: "Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner object."
|
||||||
|
returns:
|
||||||
|
description: "the inner object."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.inventoryItemId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.inventoryItemId()"
|
||||||
|
name: "inventoryItemId()"
|
||||||
|
nameWithType: "Cluster.inventoryItemId()"
|
||||||
|
summary: "Gets the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String inventoryItemId()"
|
||||||
|
desc: "Gets the inventoryItemId property: Gets or sets the inventory Item ID for the cluster."
|
||||||
|
returns:
|
||||||
|
description: "the inventoryItemId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.kind()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.kind()"
|
||||||
|
name: "kind()"
|
||||||
|
nameWithType: "Cluster.kind()"
|
||||||
|
summary: "Gets the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String kind()"
|
||||||
|
desc: "Gets the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the kind value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.location()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.location()"
|
||||||
|
name: "location()"
|
||||||
|
nameWithType: "Cluster.location()"
|
||||||
|
summary: "Gets the location property: The geo-location where the resource lives."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String location()"
|
||||||
|
desc: "Gets the location property: The geo-location where the resource lives."
|
||||||
|
returns:
|
||||||
|
description: "the location value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.moName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.moName()"
|
||||||
|
name: "moName()"
|
||||||
|
nameWithType: "Cluster.moName()"
|
||||||
|
summary: "Gets the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String moName()"
|
||||||
|
desc: "Gets the moName property: Gets or sets the vCenter Managed Object name for the cluster."
|
||||||
|
returns:
|
||||||
|
description: "the moName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.moRefId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.moRefId()"
|
||||||
|
name: "moRefId()"
|
||||||
|
nameWithType: "Cluster.moRefId()"
|
||||||
|
summary: "Gets the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String moRefId()"
|
||||||
|
desc: "Gets the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the cluster."
|
||||||
|
returns:
|
||||||
|
description: "the moRefId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.name()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.name()"
|
||||||
|
name: "name()"
|
||||||
|
nameWithType: "Cluster.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.connectedvmware.models.Cluster.networkIds()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.networkIds()"
|
||||||
|
name: "networkIds()"
|
||||||
|
nameWithType: "Cluster.networkIds()"
|
||||||
|
summary: "Gets the network<wbr>Ids property: Gets the network ARM ids."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract List<String> networkIds()"
|
||||||
|
desc: "Gets the networkIds property: Gets the network ARM ids."
|
||||||
|
returns:
|
||||||
|
description: "the networkIds 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.connectedvmware.models.Cluster.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "Cluster.provisioningState()"
|
||||||
|
summary: "Gets the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract ProvisioningState provisioningState()"
|
||||||
|
desc: "Gets the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.refresh()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.refresh()"
|
||||||
|
name: "refresh()"
|
||||||
|
nameWithType: "Cluster.refresh()"
|
||||||
|
summary: "Refreshes the resource to sync with Azure."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Cluster refresh()"
|
||||||
|
desc: "Refreshes the resource to sync with Azure."
|
||||||
|
returns:
|
||||||
|
description: "the refreshed resource."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster?alt=com.azure.resourcemanager.connectedvmware.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.refresh(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.refresh(Context context)"
|
||||||
|
name: "refresh(Context context)"
|
||||||
|
nameWithType: "Cluster.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 Cluster refresh(Context context)"
|
||||||
|
desc: "Refreshes the resource to sync with Azure."
|
||||||
|
returns:
|
||||||
|
description: "the refreshed resource."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster?alt=com.azure.resourcemanager.connectedvmware.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.region()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.region()"
|
||||||
|
name: "region()"
|
||||||
|
nameWithType: "Cluster.region()"
|
||||||
|
summary: "Gets the region of the resource."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Region region()"
|
||||||
|
desc: "Gets the region of the resource."
|
||||||
|
returns:
|
||||||
|
description: "the region of the resource."
|
||||||
|
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.regionName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.regionName()"
|
||||||
|
name: "regionName()"
|
||||||
|
nameWithType: "Cluster.regionName()"
|
||||||
|
summary: "Gets the name of the resource region."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String regionName()"
|
||||||
|
desc: "Gets the name of the resource region."
|
||||||
|
returns:
|
||||||
|
description: "the name of the resource region."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.resourceGroupName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.resourceGroupName()"
|
||||||
|
name: "resourceGroupName()"
|
||||||
|
nameWithType: "Cluster.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.connectedvmware.models.Cluster.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "Cluster.statuses()"
|
||||||
|
summary: "Gets the statuses property: The resource status information."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract List<ResourceStatus> statuses()"
|
||||||
|
desc: "Gets the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.systemData()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.systemData()"
|
||||||
|
name: "systemData()"
|
||||||
|
nameWithType: "Cluster.systemData()"
|
||||||
|
summary: "Gets the system<wbr>Data property: The system data."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract SystemData systemData()"
|
||||||
|
desc: "Gets the systemData property: The system data."
|
||||||
|
returns:
|
||||||
|
description: "the systemData value."
|
||||||
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.tags()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.tags()"
|
||||||
|
name: "tags()"
|
||||||
|
nameWithType: "Cluster.tags()"
|
||||||
|
summary: "Gets the tags property: Resource tags."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Map<String,String> tags()"
|
||||||
|
desc: "Gets the tags property: Resource tags."
|
||||||
|
returns:
|
||||||
|
description: "the tags value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.totalCpuMHz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.totalCpuMHz()"
|
||||||
|
name: "totalCpuMHz()"
|
||||||
|
nameWithType: "Cluster.totalCpuMHz()"
|
||||||
|
summary: "Gets the total<wbr>Cpu<wbr>MHz property: Gets the max CPU usage across all cores on the cluster in MHz."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Long totalCpuMHz()"
|
||||||
|
desc: "Gets the totalCpuMHz property: Gets the max CPU usage across all cores on the cluster in MHz."
|
||||||
|
returns:
|
||||||
|
description: "the totalCpuMHz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.totalMemoryGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.totalMemoryGB()"
|
||||||
|
name: "totalMemoryGB()"
|
||||||
|
nameWithType: "Cluster.totalMemoryGB()"
|
||||||
|
summary: "Gets the total<wbr>MemoryGB property: Gets the total amount of physical memory on the cluster in GB."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Long totalMemoryGB()"
|
||||||
|
desc: "Gets the totalMemoryGB property: Gets the total amount of physical memory on the cluster in GB."
|
||||||
|
returns:
|
||||||
|
description: "the totalMemoryGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.type()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.type()"
|
||||||
|
name: "type()"
|
||||||
|
nameWithType: "Cluster.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.connectedvmware.models.Cluster.update()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.update()"
|
||||||
|
name: "update()"
|
||||||
|
nameWithType: "Cluster.update()"
|
||||||
|
summary: "Begins update for the Cluster resource."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Cluster.Update update()"
|
||||||
|
desc: "Begins update for the Cluster resource."
|
||||||
|
returns:
|
||||||
|
description: "the stage of resource update."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.Update?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.usedCpuMHz()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.usedCpuMHz()"
|
||||||
|
name: "usedCpuMHz()"
|
||||||
|
nameWithType: "Cluster.usedCpuMHz()"
|
||||||
|
summary: "Gets the used<wbr>Cpu<wbr>MHz property: Gets the used CPU usage across all cores on the cluster in MHz."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Long usedCpuMHz()"
|
||||||
|
desc: "Gets the usedCpuMHz property: Gets the used CPU usage across all cores on the cluster in MHz."
|
||||||
|
returns:
|
||||||
|
description: "the usedCpuMHz value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.usedMemoryGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.usedMemoryGB()"
|
||||||
|
name: "usedMemoryGB()"
|
||||||
|
nameWithType: "Cluster.usedMemoryGB()"
|
||||||
|
summary: "Gets the used<wbr>MemoryGB property: Gets the used physical memory on the cluster in GB."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Long usedMemoryGB()"
|
||||||
|
desc: "Gets the usedMemoryGB property: Gets the used physical memory on the cluster in GB."
|
||||||
|
returns:
|
||||||
|
description: "the usedMemoryGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "Cluster.uuid()"
|
||||||
|
summary: "Gets the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String uuid()"
|
||||||
|
desc: "Gets the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Cluster.vCenterId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Cluster.vCenterId()"
|
||||||
|
name: "vCenterId()"
|
||||||
|
nameWithType: "Cluster.vCenterId()"
|
||||||
|
summary: "Gets the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this cluster resides."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String vCenterId()"
|
||||||
|
desc: "Gets the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this cluster resides."
|
||||||
|
returns:
|
||||||
|
description: "the vCenterId 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 Cluster."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,95 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem"
|
||||||
|
name: "ClusterInventoryItem"
|
||||||
|
nameWithType: "ClusterInventoryItem"
|
||||||
|
summary: "The cluster inventory item."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties&text=InventoryItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.managedResourceId()?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.managedResourceId&text=managedResourceId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.moName()?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.moName&text=moName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.moRefId()?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.moRefId&text=moRefId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.provisioningState()?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.provisioningState&text=provisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.validate()?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withManagedResourceId(java.lang.String)?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withManagedResourceId&text=withManagedResourceId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoName(java.lang.String)?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoName&text=withMoName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoRefId(java.lang.String)?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoRefId&text=withMoRefId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 **ClusterInventoryItem**</br> extends <xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties&text=InventoryItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem.ClusterInventoryItem()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem.ClusterInventoryItem()"
|
||||||
|
name: "ClusterInventoryItem()"
|
||||||
|
nameWithType: "ClusterInventoryItem.ClusterInventoryItem()"
|
||||||
|
summary: "Creates an instance of Cluster<wbr>Inventory<wbr>Item class."
|
||||||
|
syntax: "public ClusterInventoryItem()"
|
||||||
|
desc: "Creates an instance of ClusterInventoryItem class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "ClusterInventoryItem.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
overridden: "com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.validate()"
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem.withManagedResourceId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem.withManagedResourceId(String managedResourceId)"
|
||||||
|
name: "withManagedResourceId(String managedResourceId)"
|
||||||
|
nameWithType: "ClusterInventoryItem.withManagedResourceId(String managedResourceId)"
|
||||||
|
summary: "Set the managed<wbr>Resource<wbr>Id property: Gets or sets the tracked resource id corresponding to the inventory resource."
|
||||||
|
overridden: "com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withManagedResourceId(java.lang.String)"
|
||||||
|
parameters:
|
||||||
|
- name: "managedResourceId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ClusterInventoryItem withManagedResourceId(String managedResourceId)"
|
||||||
|
desc: "Set the managedResourceId property: Gets or sets the tracked resource id corresponding to the inventory resource."
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem&text=ClusterInventoryItem\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem.withMoName(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem.withMoName(String moName)"
|
||||||
|
name: "withMoName(String moName)"
|
||||||
|
nameWithType: "ClusterInventoryItem.withMoName(String moName)"
|
||||||
|
summary: "Set the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the inventory item."
|
||||||
|
overridden: "com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoName(java.lang.String)"
|
||||||
|
parameters:
|
||||||
|
- name: "moName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ClusterInventoryItem withMoName(String moName)"
|
||||||
|
desc: "Set the moName property: Gets or sets the vCenter Managed Object name for the inventory item."
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem&text=ClusterInventoryItem\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "ClusterInventoryItem.withMoRefId(String moRefId)"
|
||||||
|
summary: "Set the mo<wbr>Ref<wbr>Id property: Gets or sets the Mo<wbr>Ref (Managed Object Reference) ID for the inventory item."
|
||||||
|
overridden: "com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoRefId(java.lang.String)"
|
||||||
|
parameters:
|
||||||
|
- name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ClusterInventoryItem withMoRefId(String moRefId)"
|
||||||
|
desc: "Set the moRefId property: Gets or sets the MoRef (Managed Object Reference) ID for the inventory item."
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.ClusterInventoryItem&text=ClusterInventoryItem\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "The cluster inventory item."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,238 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Clusters"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Clusters"
|
||||||
|
name: "Clusters"
|
||||||
|
nameWithType: "Clusters"
|
||||||
|
summary: "Resource collection API of Clusters."
|
||||||
|
syntax: "public interface **Clusters**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Clusters.define(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Clusters.define(String name)"
|
||||||
|
name: "define(String name)"
|
||||||
|
nameWithType: "Clusters.define(String name)"
|
||||||
|
summary: "Begins definition for a new Cluster resource."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "resource name."
|
||||||
|
name: "name"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Cluster.DefinitionStages.Blank define(String name)"
|
||||||
|
desc: "Begins definition for a new Cluster resource."
|
||||||
|
returns:
|
||||||
|
description: "the first stage of the new Cluster definition."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.Blank?alt=com.azure.resourcemanager.connectedvmware.models.Cluster.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Clusters.delete(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Clusters.delete(String resourceGroupName, String clusterName)"
|
||||||
|
name: "delete(String resourceGroupName, String clusterName)"
|
||||||
|
nameWithType: "Clusters.delete(String resourceGroupName, String clusterName)"
|
||||||
|
summary: "Deletes an cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the cluster."
|
||||||
|
name: "clusterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void delete(String resourceGroupName, String clusterName)"
|
||||||
|
desc: "Deletes an cluster.\n\nImplements cluster DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Clusters.delete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Clusters.delete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||||||
|
name: "delete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||||||
|
nameWithType: "Clusters.delete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the cluster."
|
||||||
|
name: "clusterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 void delete(String resourceGroupName, String clusterName, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an cluster.\n\nImplements cluster DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Clusters.deleteById(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Clusters.deleteById(String id)"
|
||||||
|
name: "deleteById(String id)"
|
||||||
|
nameWithType: "Clusters.deleteById(String id)"
|
||||||
|
summary: "Deletes an cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "the resource ID."
|
||||||
|
name: "id"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void deleteById(String id)"
|
||||||
|
desc: "Deletes an cluster.\n\nImplements cluster DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Clusters.deleteByIdWithResponse(java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Clusters.deleteByIdWithResponse(String id, Boolean force, Context context)"
|
||||||
|
name: "deleteByIdWithResponse(String id, Boolean force, Context context)"
|
||||||
|
nameWithType: "Clusters.deleteByIdWithResponse(String id, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "the resource ID."
|
||||||
|
name: "id"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 void deleteByIdWithResponse(String id, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an cluster.\n\nImplements cluster DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Clusters.getById(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Clusters.getById(String id)"
|
||||||
|
name: "getById(String id)"
|
||||||
|
nameWithType: "Clusters.getById(String id)"
|
||||||
|
summary: "Gets a cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "the resource ID."
|
||||||
|
name: "id"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Cluster getById(String id)"
|
||||||
|
desc: "Gets a cluster.\n\nImplements cluster GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the cluster along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster?alt=com.azure.resourcemanager.connectedvmware.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Clusters.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Clusters.getByIdWithResponse(String id, Context context)"
|
||||||
|
name: "getByIdWithResponse(String id, Context context)"
|
||||||
|
nameWithType: "Clusters.getByIdWithResponse(String id, Context context)"
|
||||||
|
summary: "Gets a cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "the resource ID."
|
||||||
|
name: "id"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 Response<Cluster> getByIdWithResponse(String id, Context context)"
|
||||||
|
desc: "Gets a cluster.\n\nImplements cluster GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the cluster along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster?alt=com.azure.resourcemanager.connectedvmware.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Clusters.getByResourceGroup(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Clusters.getByResourceGroup(String resourceGroupName, String clusterName)"
|
||||||
|
name: "getByResourceGroup(String resourceGroupName, String clusterName)"
|
||||||
|
nameWithType: "Clusters.getByResourceGroup(String resourceGroupName, String clusterName)"
|
||||||
|
summary: "Gets a cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the cluster."
|
||||||
|
name: "clusterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Cluster getByResourceGroup(String resourceGroupName, String clusterName)"
|
||||||
|
desc: "Gets a cluster.\n\nImplements cluster GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the cluster."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster?alt=com.azure.resourcemanager.connectedvmware.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Clusters.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Clusters.getByResourceGroupWithResponse(String resourceGroupName, String clusterName, Context context)"
|
||||||
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String clusterName, Context context)"
|
||||||
|
nameWithType: "Clusters.getByResourceGroupWithResponse(String resourceGroupName, String clusterName, Context context)"
|
||||||
|
summary: "Gets a cluster."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the cluster."
|
||||||
|
name: "clusterName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 Response<Cluster> getByResourceGroupWithResponse(String resourceGroupName, String clusterName, Context context)"
|
||||||
|
desc: "Gets a cluster.\n\nImplements cluster GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the cluster along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster?alt=com.azure.resourcemanager.connectedvmware.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Clusters.list()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Clusters.list()"
|
||||||
|
name: "list()"
|
||||||
|
nameWithType: "Clusters.list()"
|
||||||
|
summary: "Implements GET clusters in a subscription."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract PagedIterable<Cluster> list()"
|
||||||
|
desc: "Implements GET clusters in a subscription.\n\nList of clusters in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of Clusters as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster?alt=com.azure.resourcemanager.connectedvmware.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Clusters.list(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Clusters.list(Context context)"
|
||||||
|
name: "list(Context context)"
|
||||||
|
nameWithType: "Clusters.list(Context context)"
|
||||||
|
summary: "Implements GET clusters in a subscription."
|
||||||
|
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 PagedIterable<Cluster> list(Context context)"
|
||||||
|
desc: "Implements GET clusters in a subscription.\n\nList of clusters in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of Clusters as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster?alt=com.azure.resourcemanager.connectedvmware.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Clusters.listByResourceGroup(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Clusters.listByResourceGroup(String resourceGroupName)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName)"
|
||||||
|
nameWithType: "Clusters.listByResourceGroup(String resourceGroupName)"
|
||||||
|
summary: "Implements GET clusters in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract PagedIterable<Cluster> listByResourceGroup(String resourceGroupName)"
|
||||||
|
desc: "Implements GET clusters in a resource group.\n\nList of clusters in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of Clusters as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster?alt=com.azure.resourcemanager.connectedvmware.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Clusters.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Clusters.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
nameWithType: "Clusters.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
summary: "Implements GET clusters in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 PagedIterable<Cluster> listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
desc: "Implements GET clusters in a resource group.\n\nList of clusters in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of Clusters as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.Cluster?alt=com.azure.resourcemanager.connectedvmware.models.Cluster&text=Cluster\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
type: "interface"
|
||||||
|
desc: "Resource collection API of Clusters."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,92 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.ClustersList"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ClustersList"
|
||||||
|
name: "ClustersList"
|
||||||
|
nameWithType: "ClustersList"
|
||||||
|
summary: "List of Clusters."
|
||||||
|
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 **ClustersList**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.ClustersList.ClustersList()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ClustersList.ClustersList()"
|
||||||
|
name: "ClustersList()"
|
||||||
|
nameWithType: "ClustersList.ClustersList()"
|
||||||
|
summary: "Creates an instance of Clusters<wbr>List class."
|
||||||
|
syntax: "public ClustersList()"
|
||||||
|
desc: "Creates an instance of ClustersList class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.ClustersList.nextLink()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ClustersList.nextLink()"
|
||||||
|
name: "nextLink()"
|
||||||
|
nameWithType: "ClustersList.nextLink()"
|
||||||
|
summary: "Get the next<wbr>Link property: Url to follow for getting next page of Clusters."
|
||||||
|
syntax: "public String nextLink()"
|
||||||
|
desc: "Get the nextLink property: Url to follow for getting next page of Clusters."
|
||||||
|
returns:
|
||||||
|
description: "the nextLink value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.ClustersList.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ClustersList.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "ClustersList.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.ClustersList.value()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ClustersList.value()"
|
||||||
|
name: "value()"
|
||||||
|
nameWithType: "ClustersList.value()"
|
||||||
|
summary: "Get the value property: Array of Clusters."
|
||||||
|
syntax: "public List<ClusterInner> value()"
|
||||||
|
desc: "Get the value property: Array of Clusters."
|
||||||
|
returns:
|
||||||
|
description: "the value value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.ClustersList.withNextLink(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ClustersList.withNextLink(String nextLink)"
|
||||||
|
name: "withNextLink(String nextLink)"
|
||||||
|
nameWithType: "ClustersList.withNextLink(String nextLink)"
|
||||||
|
summary: "Set the next<wbr>Link property: Url to follow for getting next page of Clusters."
|
||||||
|
parameters:
|
||||||
|
- description: "the nextLink value to set."
|
||||||
|
name: "nextLink"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ClustersList withNextLink(String nextLink)"
|
||||||
|
desc: "Set the nextLink property: Url to follow for getting next page of Clusters."
|
||||||
|
returns:
|
||||||
|
description: "the ClustersList object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ClustersList?alt=com.azure.resourcemanager.connectedvmware.models.ClustersList&text=ClustersList\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.ClustersList.withValue(java.util.List<com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner>)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ClustersList.withValue(List<ClusterInner> value)"
|
||||||
|
name: "withValue(List<ClusterInner> value)"
|
||||||
|
nameWithType: "ClustersList.withValue(List<ClusterInner> value)"
|
||||||
|
summary: "Set the value property: Array of Clusters."
|
||||||
|
parameters:
|
||||||
|
- description: "the value value to set."
|
||||||
|
name: "value"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.ClusterInner&text=ClusterInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
syntax: "public ClustersList withValue(List<ClusterInner> value)"
|
||||||
|
desc: "Set the value property: Array of Clusters."
|
||||||
|
returns:
|
||||||
|
description: "the ClustersList object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ClustersList?alt=com.azure.resourcemanager.connectedvmware.models.ClustersList&text=ClustersList\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "List of Clusters."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,17 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.Definition"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.Definition"
|
||||||
|
name: "Datastore.Definition"
|
||||||
|
nameWithType: "Datastore.Definition"
|
||||||
|
summary: "The entirety of the Datastore definition."
|
||||||
|
syntax: "public static interface **Datastore.Definition**</br> extends <xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.Blank?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The entirety of the Datastore definition."
|
||||||
|
implements:
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.Blank?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,14 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.Blank"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.Blank"
|
||||||
|
name: "Datastore.DefinitionStages.Blank"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.Blank"
|
||||||
|
summary: "The first stage of the Datastore definition."
|
||||||
|
syntax: "public static interface **Datastore.DefinitionStages.Blank**</br> extends <xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The first stage of the Datastore definition."
|
||||||
|
implements:
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,48 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate"
|
||||||
|
name: "Datastore.DefinitionStages.WithCreate"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithCreate"
|
||||||
|
summary: "The stage of the Datastore definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified."
|
||||||
|
syntax: "public static interface **Datastore.DefinitionStages.WithCreate**</br> extends <xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithTags?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithExtendedLocation&text=WithExtendedLocation\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithKind?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithKind&text=WithKind\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithVCenterId?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithVCenterId&text=WithVCenterId\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithMoRefId?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithMoRefId&text=WithMoRefId\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithInventoryItemId?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithInventoryItemId&text=WithInventoryItemId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate.create()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate.create()"
|
||||||
|
name: "create()"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithCreate.create()"
|
||||||
|
summary: "Executes the create request."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Datastore create()"
|
||||||
|
desc: "Executes the create request."
|
||||||
|
returns:
|
||||||
|
description: "the created resource."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate.create(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate.create(Context context)"
|
||||||
|
name: "create(Context context)"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithCreate.create(Context context)"
|
||||||
|
summary: "Executes the create request."
|
||||||
|
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 Datastore create(Context context)"
|
||||||
|
desc: "Executes the create request."
|
||||||
|
returns:
|
||||||
|
description: "the created resource."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Datastore definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified."
|
||||||
|
implements:
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithExtendedLocation&text=WithExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithInventoryItemId?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithInventoryItemId&text=WithInventoryItemId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithKind?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithKind&text=WithKind\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithMoRefId?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithMoRefId&text=WithMoRefId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithTags?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithVCenterId?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithVCenterId&text=WithVCenterId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithExtendedLocation"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithExtendedLocation"
|
||||||
|
name: "Datastore.DefinitionStages.WithExtendedLocation"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithExtendedLocation"
|
||||||
|
summary: "The stage of the Datastore definition allowing to specify extended<wbr>Location."
|
||||||
|
syntax: "public static interface **Datastore.DefinitionStages.WithExtendedLocation**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithExtendedLocation.withExtendedLocation(com.azure.resourcemanager.connectedvmware.models.ExtendedLocation)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithExtendedLocation.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
name: "withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithExtendedLocation.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
summary: "Specifies the extended<wbr>Location property: Gets or sets the extended location.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Gets or sets the extended location."
|
||||||
|
name: "extendedLocation"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public abstract Datastore.DefinitionStages.WithCreate withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
desc: "Specifies the extendedLocation property: Gets or sets the extended location.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Datastore definition allowing to specify extendedLocation."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithInventoryItemId"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithInventoryItemId"
|
||||||
|
name: "Datastore.DefinitionStages.WithInventoryItemId"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithInventoryItemId"
|
||||||
|
summary: "The stage of the Datastore definition allowing to specify inventory<wbr>Item<wbr>Id."
|
||||||
|
syntax: "public static interface **Datastore.DefinitionStages.WithInventoryItemId**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithInventoryItemId.withInventoryItemId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithInventoryItemId.withInventoryItemId(String inventoryItemId)"
|
||||||
|
name: "withInventoryItemId(String inventoryItemId)"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithInventoryItemId.withInventoryItemId(String inventoryItemId)"
|
||||||
|
summary: "Specifies the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the datastore.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Gets or sets the inventory Item ID for the datastore."
|
||||||
|
name: "inventoryItemId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Datastore.DefinitionStages.WithCreate withInventoryItemId(String inventoryItemId)"
|
||||||
|
desc: "Specifies the inventoryItemId property: Gets or sets the inventory Item ID for the datastore.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Datastore definition allowing to specify inventoryItemId."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithKind"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithKind"
|
||||||
|
name: "Datastore.DefinitionStages.WithKind"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithKind"
|
||||||
|
summary: "The stage of the Datastore definition allowing to specify kind."
|
||||||
|
syntax: "public static interface **Datastore.DefinitionStages.WithKind**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithKind.withKind(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithKind.withKind(String kind)"
|
||||||
|
name: "withKind(String kind)"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithKind.withKind(String kind)"
|
||||||
|
summary: "Specifies the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Metadata used by portal/tooling/etc to render different UX experiences for resources of the\n same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider\n must validate and persist this value."
|
||||||
|
name: "kind"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Datastore.DefinitionStages.WithCreate withKind(String kind)"
|
||||||
|
desc: "Specifies the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Datastore definition allowing to specify kind."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,45 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithLocation"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithLocation"
|
||||||
|
name: "Datastore.DefinitionStages.WithLocation"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithLocation"
|
||||||
|
summary: "The stage of the Datastore definition allowing to specify location."
|
||||||
|
syntax: "public static interface **Datastore.DefinitionStages.WithLocation**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithLocation.withRegion(com.azure.core.management.Region)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithLocation.withRegion(Region location)"
|
||||||
|
name: "withRegion(Region location)"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithLocation.withRegion(Region location)"
|
||||||
|
summary: "Specifies the region for the resource."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The geo-location where the resource lives."
|
||||||
|
name: "location"
|
||||||
|
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public abstract Datastore.DefinitionStages.WithResourceGroup withRegion(Region location)"
|
||||||
|
desc: "Specifies the region for the resource."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithLocation.withRegion(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithLocation.withRegion(String location)"
|
||||||
|
name: "withRegion(String location)"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithLocation.withRegion(String location)"
|
||||||
|
summary: "Specifies the region for the resource."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The geo-location where the resource lives."
|
||||||
|
name: "location"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Datastore.DefinitionStages.WithResourceGroup withRegion(String location)"
|
||||||
|
desc: "Specifies the region for the resource."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Datastore definition allowing to specify location."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithMoRefId"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithMoRefId"
|
||||||
|
name: "Datastore.DefinitionStages.WithMoRefId"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithMoRefId"
|
||||||
|
summary: "The stage of the Datastore definition allowing to specify mo<wbr>Ref<wbr>Id."
|
||||||
|
syntax: "public static interface **Datastore.DefinitionStages.WithMoRefId**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithMoRefId.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithMoRefId.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithMoRefId.withMoRefId(String moRefId)"
|
||||||
|
summary: "Specifies the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the datastore.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Gets or sets the vCenter MoRef (Managed Object Reference) ID for the datastore."
|
||||||
|
name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Datastore.DefinitionStages.WithCreate withMoRefId(String moRefId)"
|
||||||
|
desc: "Specifies the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the datastore.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Datastore definition allowing to specify moRefId."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithResourceGroup"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithResourceGroup"
|
||||||
|
name: "Datastore.DefinitionStages.WithResourceGroup"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithResourceGroup"
|
||||||
|
summary: "The stage of the Datastore definition allowing to specify parent resource."
|
||||||
|
syntax: "public static interface **Datastore.DefinitionStages.WithResourceGroup**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithResourceGroup.withExistingResourceGroup(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithResourceGroup.withExistingResourceGroup(String resourceGroupName)"
|
||||||
|
name: "withExistingResourceGroup(String resourceGroupName)"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithResourceGroup.withExistingResourceGroup(String resourceGroupName)"
|
||||||
|
summary: "Specifies resource<wbr>Group<wbr>Name."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Datastore.DefinitionStages.WithCreate withExistingResourceGroup(String resourceGroupName)"
|
||||||
|
desc: "Specifies resourceGroupName."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Datastore definition allowing to specify parent resource."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithTags"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithTags"
|
||||||
|
name: "Datastore.DefinitionStages.WithTags"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithTags"
|
||||||
|
summary: "The stage of the Datastore definition allowing to specify tags."
|
||||||
|
syntax: "public static interface **Datastore.DefinitionStages.WithTags**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithTags.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithTags.withTags(Map<String,String> tags)"
|
||||||
|
name: "withTags(Map<String,String> tags)"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithTags.withTags(Map<String,String> tags)"
|
||||||
|
summary: "Specifies the tags property: Resource tags.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Resource tags."
|
||||||
|
name: "tags"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
||||||
|
syntax: "public abstract Datastore.DefinitionStages.WithCreate withTags(Map<String,String> tags)"
|
||||||
|
desc: "Specifies the tags property: Resource tags.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Datastore definition allowing to specify tags."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithVCenterId"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithVCenterId"
|
||||||
|
name: "Datastore.DefinitionStages.WithVCenterId"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithVCenterId"
|
||||||
|
summary: "The stage of the Datastore definition allowing to specify v<wbr>Center<wbr>Id."
|
||||||
|
syntax: "public static interface **Datastore.DefinitionStages.WithVCenterId**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithVCenterId.withVCenterId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithVCenterId.withVCenterId(String vCenterId)"
|
||||||
|
name: "withVCenterId(String vCenterId)"
|
||||||
|
nameWithType: "Datastore.DefinitionStages.WithVCenterId.withVCenterId(String vCenterId)"
|
||||||
|
summary: "Specifies the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this datastore resides.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Gets or sets the ARM Id of the vCenter resource in which this datastore resides."
|
||||||
|
name: "vCenterId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Datastore.DefinitionStages.WithCreate withVCenterId(String vCenterId)"
|
||||||
|
desc: "Specifies the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this datastore resides.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Datastore definition allowing to specify vCenterId."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,12 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages"
|
||||||
|
name: "Datastore.DefinitionStages"
|
||||||
|
nameWithType: "Datastore.DefinitionStages"
|
||||||
|
summary: "The Datastore definition stages."
|
||||||
|
syntax: "public static interface **Datastore.DefinitionStages**"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The Datastore definition stages."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,43 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.Update"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.Update"
|
||||||
|
name: "Datastore.Update"
|
||||||
|
nameWithType: "Datastore.Update"
|
||||||
|
summary: "The template for Datastore update."
|
||||||
|
syntax: "public static interface **Datastore.Update**</br> extends <xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.UpdateStages.WithTags?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.UpdateStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.Update.apply()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.Update.apply()"
|
||||||
|
name: "apply()"
|
||||||
|
nameWithType: "Datastore.Update.apply()"
|
||||||
|
summary: "Executes the update request."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Datastore apply()"
|
||||||
|
desc: "Executes the update request."
|
||||||
|
returns:
|
||||||
|
description: "the updated resource."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.Update.apply(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.Update.apply(Context context)"
|
||||||
|
name: "apply(Context context)"
|
||||||
|
nameWithType: "Datastore.Update.apply(Context context)"
|
||||||
|
summary: "Executes the update request."
|
||||||
|
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 Datastore apply(Context context)"
|
||||||
|
desc: "Executes the update request."
|
||||||
|
returns:
|
||||||
|
description: "the updated resource."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The template for Datastore update."
|
||||||
|
implements:
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.UpdateStages.WithTags?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.UpdateStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.UpdateStages.WithTags"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.UpdateStages.WithTags"
|
||||||
|
name: "Datastore.UpdateStages.WithTags"
|
||||||
|
nameWithType: "Datastore.UpdateStages.WithTags"
|
||||||
|
summary: "The stage of the Datastore update allowing to specify tags."
|
||||||
|
syntax: "public static interface **Datastore.UpdateStages.WithTags**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.UpdateStages.WithTags.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.UpdateStages.WithTags.withTags(Map<String,String> tags)"
|
||||||
|
name: "withTags(Map<String,String> tags)"
|
||||||
|
nameWithType: "Datastore.UpdateStages.WithTags.withTags(Map<String,String> tags)"
|
||||||
|
summary: "Specifies the tags property: Resource tags.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Resource tags."
|
||||||
|
name: "tags"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
||||||
|
syntax: "public abstract Datastore.Update withTags(Map<String,String> tags)"
|
||||||
|
desc: "Specifies the tags property: Resource tags.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.Update?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the Datastore update allowing to specify tags."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,12 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.UpdateStages"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.UpdateStages"
|
||||||
|
name: "Datastore.UpdateStages"
|
||||||
|
nameWithType: "Datastore.UpdateStages"
|
||||||
|
summary: "The Datastore update stages."
|
||||||
|
syntax: "public static interface **Datastore.UpdateStages**"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The Datastore update stages."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,317 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastore"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore"
|
||||||
|
name: "Datastore"
|
||||||
|
nameWithType: "Datastore"
|
||||||
|
summary: "An immutable client-side representation of Datastore."
|
||||||
|
syntax: "public interface **Datastore**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.capacityGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.capacityGB()"
|
||||||
|
name: "capacityGB()"
|
||||||
|
nameWithType: "Datastore.capacityGB()"
|
||||||
|
summary: "Gets the capacityGB property: Gets or sets Maximum capacity of this datastore in GBs."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Long capacityGB()"
|
||||||
|
desc: "Gets the capacityGB property: Gets or sets Maximum capacity of this datastore in GBs."
|
||||||
|
returns:
|
||||||
|
description: "the capacityGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "Datastore.customResourceName()"
|
||||||
|
summary: "Gets the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String customResourceName()"
|
||||||
|
desc: "Gets the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.extendedLocation()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.extendedLocation()"
|
||||||
|
name: "extendedLocation()"
|
||||||
|
nameWithType: "Datastore.extendedLocation()"
|
||||||
|
summary: "Gets the extended<wbr>Location property: Gets or sets the extended location."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract ExtendedLocation extendedLocation()"
|
||||||
|
desc: "Gets the extendedLocation property: Gets or sets the extended location."
|
||||||
|
returns:
|
||||||
|
description: "the extendedLocation value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.freeSpaceGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.freeSpaceGB()"
|
||||||
|
name: "freeSpaceGB()"
|
||||||
|
nameWithType: "Datastore.freeSpaceGB()"
|
||||||
|
summary: "Gets the free<wbr>SpaceGB property: Gets or sets Available space of this datastore in GBs."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Long freeSpaceGB()"
|
||||||
|
desc: "Gets the freeSpaceGB property: Gets or sets Available space of this datastore in GBs."
|
||||||
|
returns:
|
||||||
|
description: "the freeSpaceGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.id()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.id()"
|
||||||
|
name: "id()"
|
||||||
|
nameWithType: "Datastore.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.connectedvmware.models.Datastore.innerModel()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.innerModel()"
|
||||||
|
name: "innerModel()"
|
||||||
|
nameWithType: "Datastore.innerModel()"
|
||||||
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>connectedvmware.<wbr>fluent.<wbr>models.<wbr>Datastore<wbr>Inner object."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract DatastoreInner innerModel()"
|
||||||
|
desc: "Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner object."
|
||||||
|
returns:
|
||||||
|
description: "the inner object."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.inventoryItemId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.inventoryItemId()"
|
||||||
|
name: "inventoryItemId()"
|
||||||
|
nameWithType: "Datastore.inventoryItemId()"
|
||||||
|
summary: "Gets the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String inventoryItemId()"
|
||||||
|
desc: "Gets the inventoryItemId property: Gets or sets the inventory Item ID for the datastore."
|
||||||
|
returns:
|
||||||
|
description: "the inventoryItemId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.kind()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.kind()"
|
||||||
|
name: "kind()"
|
||||||
|
nameWithType: "Datastore.kind()"
|
||||||
|
summary: "Gets the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String kind()"
|
||||||
|
desc: "Gets the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value."
|
||||||
|
returns:
|
||||||
|
description: "the kind value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.location()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.location()"
|
||||||
|
name: "location()"
|
||||||
|
nameWithType: "Datastore.location()"
|
||||||
|
summary: "Gets the location property: The geo-location where the resource lives."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String location()"
|
||||||
|
desc: "Gets the location property: The geo-location where the resource lives."
|
||||||
|
returns:
|
||||||
|
description: "the location value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.moName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.moName()"
|
||||||
|
name: "moName()"
|
||||||
|
nameWithType: "Datastore.moName()"
|
||||||
|
summary: "Gets the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String moName()"
|
||||||
|
desc: "Gets the moName property: Gets or sets the vCenter Managed Object name for the datastore."
|
||||||
|
returns:
|
||||||
|
description: "the moName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.moRefId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.moRefId()"
|
||||||
|
name: "moRefId()"
|
||||||
|
nameWithType: "Datastore.moRefId()"
|
||||||
|
summary: "Gets the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String moRefId()"
|
||||||
|
desc: "Gets the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the datastore."
|
||||||
|
returns:
|
||||||
|
description: "the moRefId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.name()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.name()"
|
||||||
|
name: "name()"
|
||||||
|
nameWithType: "Datastore.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.connectedvmware.models.Datastore.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "Datastore.provisioningState()"
|
||||||
|
summary: "Gets the provisioning<wbr>State property: Provisioning state of the resource."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract ProvisioningState provisioningState()"
|
||||||
|
desc: "Gets the provisioningState property: Provisioning state of the resource."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.refresh()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.refresh()"
|
||||||
|
name: "refresh()"
|
||||||
|
nameWithType: "Datastore.refresh()"
|
||||||
|
summary: "Refreshes the resource to sync with Azure."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Datastore refresh()"
|
||||||
|
desc: "Refreshes the resource to sync with Azure."
|
||||||
|
returns:
|
||||||
|
description: "the refreshed resource."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.refresh(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.refresh(Context context)"
|
||||||
|
name: "refresh(Context context)"
|
||||||
|
nameWithType: "Datastore.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 Datastore refresh(Context context)"
|
||||||
|
desc: "Refreshes the resource to sync with Azure."
|
||||||
|
returns:
|
||||||
|
description: "the refreshed resource."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.region()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.region()"
|
||||||
|
name: "region()"
|
||||||
|
nameWithType: "Datastore.region()"
|
||||||
|
summary: "Gets the region of the resource."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Region region()"
|
||||||
|
desc: "Gets the region of the resource."
|
||||||
|
returns:
|
||||||
|
description: "the region of the resource."
|
||||||
|
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.regionName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.regionName()"
|
||||||
|
name: "regionName()"
|
||||||
|
nameWithType: "Datastore.regionName()"
|
||||||
|
summary: "Gets the name of the resource region."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String regionName()"
|
||||||
|
desc: "Gets the name of the resource region."
|
||||||
|
returns:
|
||||||
|
description: "the name of the resource region."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.resourceGroupName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.resourceGroupName()"
|
||||||
|
name: "resourceGroupName()"
|
||||||
|
nameWithType: "Datastore.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.connectedvmware.models.Datastore.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "Datastore.statuses()"
|
||||||
|
summary: "Gets the statuses property: The resource status information."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract List<ResourceStatus> statuses()"
|
||||||
|
desc: "Gets the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.systemData()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.systemData()"
|
||||||
|
name: "systemData()"
|
||||||
|
nameWithType: "Datastore.systemData()"
|
||||||
|
summary: "Gets the system<wbr>Data property: The system data."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract SystemData systemData()"
|
||||||
|
desc: "Gets the systemData property: The system data."
|
||||||
|
returns:
|
||||||
|
description: "the systemData value."
|
||||||
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.tags()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.tags()"
|
||||||
|
name: "tags()"
|
||||||
|
nameWithType: "Datastore.tags()"
|
||||||
|
summary: "Gets the tags property: Resource tags."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Map<String,String> tags()"
|
||||||
|
desc: "Gets the tags property: Resource tags."
|
||||||
|
returns:
|
||||||
|
description: "the tags value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.type()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.type()"
|
||||||
|
name: "type()"
|
||||||
|
nameWithType: "Datastore.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.connectedvmware.models.Datastore.update()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.update()"
|
||||||
|
name: "update()"
|
||||||
|
nameWithType: "Datastore.update()"
|
||||||
|
summary: "Begins update for the Datastore resource."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract Datastore.Update update()"
|
||||||
|
desc: "Begins update for the Datastore resource."
|
||||||
|
returns:
|
||||||
|
description: "the stage of resource update."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.Update?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "Datastore.uuid()"
|
||||||
|
summary: "Gets the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String uuid()"
|
||||||
|
desc: "Gets the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastore.vCenterId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastore.vCenterId()"
|
||||||
|
name: "vCenterId()"
|
||||||
|
nameWithType: "Datastore.vCenterId()"
|
||||||
|
summary: "Gets the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this datastore resides."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String vCenterId()"
|
||||||
|
desc: "Gets the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this datastore resides."
|
||||||
|
returns:
|
||||||
|
description: "the vCenterId 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 Datastore."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,143 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem"
|
||||||
|
name: "DatastoreInventoryItem"
|
||||||
|
nameWithType: "DatastoreInventoryItem"
|
||||||
|
summary: "The datastore inventory item."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties&text=InventoryItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.managedResourceId()?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.managedResourceId&text=managedResourceId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.moName()?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.moName&text=moName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.moRefId()?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.moRefId&text=moRefId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.provisioningState()?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.provisioningState&text=provisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.validate()?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withManagedResourceId(java.lang.String)?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withManagedResourceId&text=withManagedResourceId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoName(java.lang.String)?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoName&text=withMoName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoRefId(java.lang.String)?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoRefId&text=withMoRefId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 **DatastoreInventoryItem**</br> extends <xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties&text=InventoryItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.DatastoreInventoryItem()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.DatastoreInventoryItem()"
|
||||||
|
name: "DatastoreInventoryItem()"
|
||||||
|
nameWithType: "DatastoreInventoryItem.DatastoreInventoryItem()"
|
||||||
|
summary: "Creates an instance of Datastore<wbr>Inventory<wbr>Item class."
|
||||||
|
syntax: "public DatastoreInventoryItem()"
|
||||||
|
desc: "Creates an instance of DatastoreInventoryItem class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.capacityGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.capacityGB()"
|
||||||
|
name: "capacityGB()"
|
||||||
|
nameWithType: "DatastoreInventoryItem.capacityGB()"
|
||||||
|
summary: "Get the capacityGB property: Gets or sets Maximum capacity of this datastore, in GBs."
|
||||||
|
syntax: "public Long capacityGB()"
|
||||||
|
desc: "Get the capacityGB property: Gets or sets Maximum capacity of this datastore, in GBs."
|
||||||
|
returns:
|
||||||
|
description: "the capacityGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.freeSpaceGB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.freeSpaceGB()"
|
||||||
|
name: "freeSpaceGB()"
|
||||||
|
nameWithType: "DatastoreInventoryItem.freeSpaceGB()"
|
||||||
|
summary: "Get the free<wbr>SpaceGB property: Gets or sets Available space of this datastore, in GBs."
|
||||||
|
syntax: "public Long freeSpaceGB()"
|
||||||
|
desc: "Get the freeSpaceGB property: Gets or sets Available space of this datastore, in GBs."
|
||||||
|
returns:
|
||||||
|
description: "the freeSpaceGB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "DatastoreInventoryItem.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
overridden: "com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.validate()"
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.withCapacityGB(java.lang.Long)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.withCapacityGB(Long capacityGB)"
|
||||||
|
name: "withCapacityGB(Long capacityGB)"
|
||||||
|
nameWithType: "DatastoreInventoryItem.withCapacityGB(Long capacityGB)"
|
||||||
|
summary: "Set the capacityGB property: Gets or sets Maximum capacity of this datastore, in GBs."
|
||||||
|
parameters:
|
||||||
|
- description: "the capacityGB value to set."
|
||||||
|
name: "capacityGB"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
syntax: "public DatastoreInventoryItem withCapacityGB(Long capacityGB)"
|
||||||
|
desc: "Set the capacityGB property: Gets or sets Maximum capacity of this datastore, in GBs."
|
||||||
|
returns:
|
||||||
|
description: "the DatastoreInventoryItem object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem&text=DatastoreInventoryItem\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.withFreeSpaceGB(java.lang.Long)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.withFreeSpaceGB(Long freeSpaceGB)"
|
||||||
|
name: "withFreeSpaceGB(Long freeSpaceGB)"
|
||||||
|
nameWithType: "DatastoreInventoryItem.withFreeSpaceGB(Long freeSpaceGB)"
|
||||||
|
summary: "Set the free<wbr>SpaceGB property: Gets or sets Available space of this datastore, in GBs."
|
||||||
|
parameters:
|
||||||
|
- description: "the freeSpaceGB value to set."
|
||||||
|
name: "freeSpaceGB"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html\">Long</a>"
|
||||||
|
syntax: "public DatastoreInventoryItem withFreeSpaceGB(Long freeSpaceGB)"
|
||||||
|
desc: "Set the freeSpaceGB property: Gets or sets Available space of this datastore, in GBs."
|
||||||
|
returns:
|
||||||
|
description: "the DatastoreInventoryItem object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem&text=DatastoreInventoryItem\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.withManagedResourceId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.withManagedResourceId(String managedResourceId)"
|
||||||
|
name: "withManagedResourceId(String managedResourceId)"
|
||||||
|
nameWithType: "DatastoreInventoryItem.withManagedResourceId(String managedResourceId)"
|
||||||
|
summary: "Set the managed<wbr>Resource<wbr>Id property: Gets or sets the tracked resource id corresponding to the inventory resource."
|
||||||
|
overridden: "com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withManagedResourceId(java.lang.String)"
|
||||||
|
parameters:
|
||||||
|
- name: "managedResourceId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public DatastoreInventoryItem withManagedResourceId(String managedResourceId)"
|
||||||
|
desc: "Set the managedResourceId property: Gets or sets the tracked resource id corresponding to the inventory resource."
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem&text=DatastoreInventoryItem\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.withMoName(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.withMoName(String moName)"
|
||||||
|
name: "withMoName(String moName)"
|
||||||
|
nameWithType: "DatastoreInventoryItem.withMoName(String moName)"
|
||||||
|
summary: "Set the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the inventory item."
|
||||||
|
overridden: "com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoName(java.lang.String)"
|
||||||
|
parameters:
|
||||||
|
- name: "moName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public DatastoreInventoryItem withMoName(String moName)"
|
||||||
|
desc: "Set the moName property: Gets or sets the vCenter Managed Object name for the inventory item."
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem&text=DatastoreInventoryItem\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "DatastoreInventoryItem.withMoRefId(String moRefId)"
|
||||||
|
summary: "Set the mo<wbr>Ref<wbr>Id property: Gets or sets the Mo<wbr>Ref (Managed Object Reference) ID for the inventory item."
|
||||||
|
overridden: "com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoRefId(java.lang.String)"
|
||||||
|
parameters:
|
||||||
|
- name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public DatastoreInventoryItem withMoRefId(String moRefId)"
|
||||||
|
desc: "Set the moRefId property: Gets or sets the MoRef (Managed Object Reference) ID for the inventory item."
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.DatastoreInventoryItem&text=DatastoreInventoryItem\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "The datastore inventory item."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,238 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.Datastores"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores"
|
||||||
|
name: "Datastores"
|
||||||
|
nameWithType: "Datastores"
|
||||||
|
summary: "Resource collection API of Datastores."
|
||||||
|
syntax: "public interface **Datastores**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.define(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.define(String name)"
|
||||||
|
name: "define(String name)"
|
||||||
|
nameWithType: "Datastores.define(String name)"
|
||||||
|
summary: "Begins definition for a new Datastore resource."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "resource name."
|
||||||
|
name: "name"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Datastore.DefinitionStages.Blank define(String name)"
|
||||||
|
desc: "Begins definition for a new Datastore resource."
|
||||||
|
returns:
|
||||||
|
description: "the first stage of the new Datastore definition."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.Blank?alt=com.azure.resourcemanager.connectedvmware.models.Datastore.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.delete(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.delete(String resourceGroupName, String datastoreName)"
|
||||||
|
name: "delete(String resourceGroupName, String datastoreName)"
|
||||||
|
nameWithType: "Datastores.delete(String resourceGroupName, String datastoreName)"
|
||||||
|
summary: "Deletes an datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the datastore."
|
||||||
|
name: "datastoreName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void delete(String resourceGroupName, String datastoreName)"
|
||||||
|
desc: "Deletes an datastore.\n\nImplements datastore DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.delete(java.lang.String,java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.delete(String resourceGroupName, String datastoreName, Boolean force, Context context)"
|
||||||
|
name: "delete(String resourceGroupName, String datastoreName, Boolean force, Context context)"
|
||||||
|
nameWithType: "Datastores.delete(String resourceGroupName, String datastoreName, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the datastore."
|
||||||
|
name: "datastoreName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 void delete(String resourceGroupName, String datastoreName, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an datastore.\n\nImplements datastore DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.deleteById(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.deleteById(String id)"
|
||||||
|
name: "deleteById(String id)"
|
||||||
|
nameWithType: "Datastores.deleteById(String id)"
|
||||||
|
summary: "Deletes an datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "the resource ID."
|
||||||
|
name: "id"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract void deleteById(String id)"
|
||||||
|
desc: "Deletes an datastore.\n\nImplements datastore DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.deleteByIdWithResponse(java.lang.String,java.lang.Boolean,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.deleteByIdWithResponse(String id, Boolean force, Context context)"
|
||||||
|
name: "deleteByIdWithResponse(String id, Boolean force, Context context)"
|
||||||
|
nameWithType: "Datastores.deleteByIdWithResponse(String id, Boolean force, Context context)"
|
||||||
|
summary: "Deletes an datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "the resource ID."
|
||||||
|
name: "id"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Whether force delete was specified."
|
||||||
|
name: "force"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- 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 void deleteByIdWithResponse(String id, Boolean force, Context context)"
|
||||||
|
desc: "Deletes an datastore.\n\nImplements datastore DELETE method."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.getById(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.getById(String id)"
|
||||||
|
name: "getById(String id)"
|
||||||
|
nameWithType: "Datastores.getById(String id)"
|
||||||
|
summary: "Gets a datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "the resource ID."
|
||||||
|
name: "id"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Datastore getById(String id)"
|
||||||
|
desc: "Gets a datastore.\n\nImplements datastore GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the datastore along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.getByIdWithResponse(String id, Context context)"
|
||||||
|
name: "getByIdWithResponse(String id, Context context)"
|
||||||
|
nameWithType: "Datastores.getByIdWithResponse(String id, Context context)"
|
||||||
|
summary: "Gets a datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "the resource ID."
|
||||||
|
name: "id"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 Response<Datastore> getByIdWithResponse(String id, Context context)"
|
||||||
|
desc: "Gets a datastore.\n\nImplements datastore GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the datastore along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.getByResourceGroup(java.lang.String,java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.getByResourceGroup(String resourceGroupName, String datastoreName)"
|
||||||
|
name: "getByResourceGroup(String resourceGroupName, String datastoreName)"
|
||||||
|
nameWithType: "Datastores.getByResourceGroup(String resourceGroupName, String datastoreName)"
|
||||||
|
summary: "Gets a datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the datastore."
|
||||||
|
name: "datastoreName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract Datastore getByResourceGroup(String resourceGroupName, String datastoreName)"
|
||||||
|
desc: "Gets a datastore.\n\nImplements datastore GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the datastore."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.getByResourceGroupWithResponse(String resourceGroupName, String datastoreName, Context context)"
|
||||||
|
name: "getByResourceGroupWithResponse(String resourceGroupName, String datastoreName, Context context)"
|
||||||
|
nameWithType: "Datastores.getByResourceGroupWithResponse(String resourceGroupName, String datastoreName, Context context)"
|
||||||
|
summary: "Gets a datastore."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- description: "Name of the datastore."
|
||||||
|
name: "datastoreName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 Response<Datastore> getByResourceGroupWithResponse(String resourceGroupName, String datastoreName, Context context)"
|
||||||
|
desc: "Gets a datastore.\n\nImplements datastore GET method."
|
||||||
|
returns:
|
||||||
|
description: "define the datastore along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.list()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.list()"
|
||||||
|
name: "list()"
|
||||||
|
nameWithType: "Datastores.list()"
|
||||||
|
summary: "Implements GET datastores in a subscription."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract PagedIterable<Datastore> list()"
|
||||||
|
desc: "Implements GET datastores in a subscription.\n\nList of datastores in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of Datastores as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.list(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.list(Context context)"
|
||||||
|
name: "list(Context context)"
|
||||||
|
nameWithType: "Datastores.list(Context context)"
|
||||||
|
summary: "Implements GET datastores in a subscription."
|
||||||
|
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 PagedIterable<Datastore> list(Context context)"
|
||||||
|
desc: "Implements GET datastores in a subscription.\n\nList of datastores in a subscription."
|
||||||
|
returns:
|
||||||
|
description: "list of Datastores as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.listByResourceGroup(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.listByResourceGroup(String resourceGroupName)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName)"
|
||||||
|
nameWithType: "Datastores.listByResourceGroup(String resourceGroupName)"
|
||||||
|
summary: "Implements GET datastores in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract PagedIterable<Datastore> listByResourceGroup(String resourceGroupName)"
|
||||||
|
desc: "Implements GET datastores in a resource group.\n\nList of datastores in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of Datastores as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.Datastores.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.Datastores.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
name: "listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
nameWithType: "Datastores.listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
summary: "Implements GET datastores in a resource group."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- 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 PagedIterable<Datastore> listByResourceGroup(String resourceGroupName, Context context)"
|
||||||
|
desc: "Implements GET datastores in a resource group.\n\nList of datastores in a resource group."
|
||||||
|
returns:
|
||||||
|
description: "list of Datastores as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
|
||||||
|
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.Datastore?alt=com.azure.resourcemanager.connectedvmware.models.Datastore&text=Datastore\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
type: "interface"
|
||||||
|
desc: "Resource collection API of Datastores."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,92 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.DatastoresList"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoresList"
|
||||||
|
name: "DatastoresList"
|
||||||
|
nameWithType: "DatastoresList"
|
||||||
|
summary: "List of Datastores."
|
||||||
|
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 **DatastoresList**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DatastoresList.DatastoresList()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoresList.DatastoresList()"
|
||||||
|
name: "DatastoresList()"
|
||||||
|
nameWithType: "DatastoresList.DatastoresList()"
|
||||||
|
summary: "Creates an instance of Datastores<wbr>List class."
|
||||||
|
syntax: "public DatastoresList()"
|
||||||
|
desc: "Creates an instance of DatastoresList class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DatastoresList.nextLink()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoresList.nextLink()"
|
||||||
|
name: "nextLink()"
|
||||||
|
nameWithType: "DatastoresList.nextLink()"
|
||||||
|
summary: "Get the next<wbr>Link property: Url to follow for getting next page of Datastores."
|
||||||
|
syntax: "public String nextLink()"
|
||||||
|
desc: "Get the nextLink property: Url to follow for getting next page of Datastores."
|
||||||
|
returns:
|
||||||
|
description: "the nextLink value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DatastoresList.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoresList.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "DatastoresList.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DatastoresList.value()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoresList.value()"
|
||||||
|
name: "value()"
|
||||||
|
nameWithType: "DatastoresList.value()"
|
||||||
|
summary: "Get the value property: Array of Datastores."
|
||||||
|
syntax: "public List<DatastoreInner> value()"
|
||||||
|
desc: "Get the value property: Array of Datastores."
|
||||||
|
returns:
|
||||||
|
description: "the value value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DatastoresList.withNextLink(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoresList.withNextLink(String nextLink)"
|
||||||
|
name: "withNextLink(String nextLink)"
|
||||||
|
nameWithType: "DatastoresList.withNextLink(String nextLink)"
|
||||||
|
summary: "Set the next<wbr>Link property: Url to follow for getting next page of Datastores."
|
||||||
|
parameters:
|
||||||
|
- description: "the nextLink value to set."
|
||||||
|
name: "nextLink"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public DatastoresList withNextLink(String nextLink)"
|
||||||
|
desc: "Set the nextLink property: Url to follow for getting next page of Datastores."
|
||||||
|
returns:
|
||||||
|
description: "the DatastoresList object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DatastoresList?alt=com.azure.resourcemanager.connectedvmware.models.DatastoresList&text=DatastoresList\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DatastoresList.withValue(java.util.List<com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner>)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DatastoresList.withValue(List<DatastoreInner> value)"
|
||||||
|
name: "withValue(List<DatastoreInner> value)"
|
||||||
|
nameWithType: "DatastoresList.withValue(List<DatastoreInner> value)"
|
||||||
|
summary: "Set the value property: Array of Datastores."
|
||||||
|
parameters:
|
||||||
|
- description: "the value value to set."
|
||||||
|
name: "value"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.DatastoreInner&text=DatastoreInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
syntax: "public DatastoresList withValue(List<DatastoreInner> value)"
|
||||||
|
desc: "Set the value property: Array of Datastores."
|
||||||
|
returns:
|
||||||
|
description: "the DatastoresList object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DatastoresList?alt=com.azure.resourcemanager.connectedvmware.models.DatastoresList&text=DatastoresList\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "List of Datastores."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,109 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.DiskMode"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskMode"
|
||||||
|
name: "DiskMode"
|
||||||
|
nameWithType: "DiskMode"
|
||||||
|
summary: "Defines the different types of disk modes."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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#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#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#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 **DiskMode**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.DiskMode?alt=com.azure.resourcemanager.connectedvmware.models.DiskMode&text=DiskMode\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DiskMode.DiskMode()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskMode.DiskMode()"
|
||||||
|
name: "DiskMode()"
|
||||||
|
nameWithType: "DiskMode.DiskMode()"
|
||||||
|
summary: "Creates a new instance of Disk<wbr>Mode value."
|
||||||
|
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.connectedvmware.models.DiskMode.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
|
||||||
|
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public DiskMode()"
|
||||||
|
desc: "Creates a new instance of DiskMode value."
|
||||||
|
hasDeprecatedTag: true
|
||||||
|
fields:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DiskMode.INDEPENDENT_NONPERSISTENT"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskMode.INDEPENDENT_NONPERSISTENT"
|
||||||
|
name: "INDEPENDENT_NONPERSISTENT"
|
||||||
|
nameWithType: "DiskMode.INDEPENDENT_NONPERSISTENT"
|
||||||
|
summary: "Static value independent\\_nonpersistent for Disk<wbr>Mode."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
- "final"
|
||||||
|
field:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DiskMode?alt=com.azure.resourcemanager.connectedvmware.models.DiskMode&text=DiskMode\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public static final DiskMode INDEPENDENT_NONPERSISTENT"
|
||||||
|
desc: "Static value independent\\_nonpersistent for DiskMode."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DiskMode.INDEPENDENT_PERSISTENT"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskMode.INDEPENDENT_PERSISTENT"
|
||||||
|
name: "INDEPENDENT_PERSISTENT"
|
||||||
|
nameWithType: "DiskMode.INDEPENDENT_PERSISTENT"
|
||||||
|
summary: "Static value independent\\_persistent for Disk<wbr>Mode."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
- "final"
|
||||||
|
field:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DiskMode?alt=com.azure.resourcemanager.connectedvmware.models.DiskMode&text=DiskMode\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public static final DiskMode INDEPENDENT_PERSISTENT"
|
||||||
|
desc: "Static value independent\\_persistent for DiskMode."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DiskMode.PERSISTENT"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskMode.PERSISTENT"
|
||||||
|
name: "PERSISTENT"
|
||||||
|
nameWithType: "DiskMode.PERSISTENT"
|
||||||
|
summary: "Static value persistent for Disk<wbr>Mode."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
- "final"
|
||||||
|
field:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DiskMode?alt=com.azure.resourcemanager.connectedvmware.models.DiskMode&text=DiskMode\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public static final DiskMode PERSISTENT"
|
||||||
|
desc: "Static value persistent for DiskMode."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DiskMode.fromString(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskMode.fromString(String name)"
|
||||||
|
name: "fromString(String name)"
|
||||||
|
nameWithType: "DiskMode.fromString(String name)"
|
||||||
|
summary: "Creates or finds a Disk<wbr>Mode from its string representation."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
parameters:
|
||||||
|
- description: "a name to look for."
|
||||||
|
name: "name"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public static DiskMode fromString(String name)"
|
||||||
|
desc: "Creates or finds a DiskMode from its string representation."
|
||||||
|
returns:
|
||||||
|
description: "the corresponding DiskMode."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DiskMode?alt=com.azure.resourcemanager.connectedvmware.models.DiskMode&text=DiskMode\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DiskMode.values()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskMode.values()"
|
||||||
|
name: "values()"
|
||||||
|
nameWithType: "DiskMode.values()"
|
||||||
|
summary: "Gets known Disk<wbr>Mode values."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
syntax: "public static Collection<DiskMode> values()"
|
||||||
|
desc: "Gets known DiskMode values."
|
||||||
|
returns:
|
||||||
|
description: "known DiskMode values."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.DiskMode?alt=com.azure.resourcemanager.connectedvmware.models.DiskMode&text=DiskMode\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
type: "class"
|
||||||
|
desc: "Defines the different types of disk modes."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,157 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.DiskType"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskType"
|
||||||
|
name: "DiskType"
|
||||||
|
nameWithType: "DiskType"
|
||||||
|
summary: "Defines the different types of disks."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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#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#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#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 **DiskType**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.DiskType?alt=com.azure.resourcemanager.connectedvmware.models.DiskType&text=DiskType\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DiskType.DiskType()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskType.DiskType()"
|
||||||
|
name: "DiskType()"
|
||||||
|
nameWithType: "DiskType.DiskType()"
|
||||||
|
summary: "Creates a new instance of Disk<wbr>Type value."
|
||||||
|
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.connectedvmware.models.DiskType.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
|
||||||
|
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public DiskType()"
|
||||||
|
desc: "Creates a new instance of DiskType value."
|
||||||
|
hasDeprecatedTag: true
|
||||||
|
fields:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DiskType.FLAT"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskType.FLAT"
|
||||||
|
name: "FLAT"
|
||||||
|
nameWithType: "DiskType.FLAT"
|
||||||
|
summary: "Static value flat for Disk<wbr>Type."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
- "final"
|
||||||
|
field:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DiskType?alt=com.azure.resourcemanager.connectedvmware.models.DiskType&text=DiskType\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public static final DiskType FLAT"
|
||||||
|
desc: "Static value flat for DiskType."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DiskType.PMEM"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskType.PMEM"
|
||||||
|
name: "PMEM"
|
||||||
|
nameWithType: "DiskType.PMEM"
|
||||||
|
summary: "Static value pmem for Disk<wbr>Type."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
- "final"
|
||||||
|
field:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DiskType?alt=com.azure.resourcemanager.connectedvmware.models.DiskType&text=DiskType\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public static final DiskType PMEM"
|
||||||
|
desc: "Static value pmem for DiskType."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DiskType.RAWPHYSICAL"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskType.RAWPHYSICAL"
|
||||||
|
name: "RAWPHYSICAL"
|
||||||
|
nameWithType: "DiskType.RAWPHYSICAL"
|
||||||
|
summary: "Static value rawphysical for Disk<wbr>Type."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
- "final"
|
||||||
|
field:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DiskType?alt=com.azure.resourcemanager.connectedvmware.models.DiskType&text=DiskType\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public static final DiskType RAWPHYSICAL"
|
||||||
|
desc: "Static value rawphysical for DiskType."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DiskType.RAWVIRTUAL"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskType.RAWVIRTUAL"
|
||||||
|
name: "RAWVIRTUAL"
|
||||||
|
nameWithType: "DiskType.RAWVIRTUAL"
|
||||||
|
summary: "Static value rawvirtual for Disk<wbr>Type."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
- "final"
|
||||||
|
field:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DiskType?alt=com.azure.resourcemanager.connectedvmware.models.DiskType&text=DiskType\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public static final DiskType RAWVIRTUAL"
|
||||||
|
desc: "Static value rawvirtual for DiskType."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DiskType.SESPARSE"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskType.SESPARSE"
|
||||||
|
name: "SESPARSE"
|
||||||
|
nameWithType: "DiskType.SESPARSE"
|
||||||
|
summary: "Static value sesparse for Disk<wbr>Type."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
- "final"
|
||||||
|
field:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DiskType?alt=com.azure.resourcemanager.connectedvmware.models.DiskType&text=DiskType\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public static final DiskType SESPARSE"
|
||||||
|
desc: "Static value sesparse for DiskType."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DiskType.SPARSE"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskType.SPARSE"
|
||||||
|
name: "SPARSE"
|
||||||
|
nameWithType: "DiskType.SPARSE"
|
||||||
|
summary: "Static value sparse for Disk<wbr>Type."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
- "final"
|
||||||
|
field:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DiskType?alt=com.azure.resourcemanager.connectedvmware.models.DiskType&text=DiskType\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public static final DiskType SPARSE"
|
||||||
|
desc: "Static value sparse for DiskType."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DiskType.UNKNOWN"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskType.UNKNOWN"
|
||||||
|
name: "UNKNOWN"
|
||||||
|
nameWithType: "DiskType.UNKNOWN"
|
||||||
|
summary: "Static value unknown for Disk<wbr>Type."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
- "final"
|
||||||
|
field:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DiskType?alt=com.azure.resourcemanager.connectedvmware.models.DiskType&text=DiskType\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public static final DiskType UNKNOWN"
|
||||||
|
desc: "Static value unknown for DiskType."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DiskType.fromString(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskType.fromString(String name)"
|
||||||
|
name: "fromString(String name)"
|
||||||
|
nameWithType: "DiskType.fromString(String name)"
|
||||||
|
summary: "Creates or finds a Disk<wbr>Type from its string representation."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
parameters:
|
||||||
|
- description: "a name to look for."
|
||||||
|
name: "name"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public static DiskType fromString(String name)"
|
||||||
|
desc: "Creates or finds a DiskType from its string representation."
|
||||||
|
returns:
|
||||||
|
description: "the corresponding DiskType."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.DiskType?alt=com.azure.resourcemanager.connectedvmware.models.DiskType&text=DiskType\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.DiskType.values()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.DiskType.values()"
|
||||||
|
name: "values()"
|
||||||
|
nameWithType: "DiskType.values()"
|
||||||
|
summary: "Gets known Disk<wbr>Type values."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
syntax: "public static Collection<DiskType> values()"
|
||||||
|
desc: "Gets known DiskType values."
|
||||||
|
returns:
|
||||||
|
description: "known DiskType values."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.DiskType?alt=com.azure.resourcemanager.connectedvmware.models.DiskType&text=DiskType\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
type: "class"
|
||||||
|
desc: "Defines the different types of disks."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,92 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.ExtendedLocation"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ExtendedLocation"
|
||||||
|
name: "ExtendedLocation"
|
||||||
|
nameWithType: "ExtendedLocation"
|
||||||
|
summary: "The extended location."
|
||||||
|
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 **ExtendedLocation**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.ExtendedLocation.ExtendedLocation()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ExtendedLocation.ExtendedLocation()"
|
||||||
|
name: "ExtendedLocation()"
|
||||||
|
nameWithType: "ExtendedLocation.ExtendedLocation()"
|
||||||
|
summary: "Creates an instance of Extended<wbr>Location class."
|
||||||
|
syntax: "public ExtendedLocation()"
|
||||||
|
desc: "Creates an instance of ExtendedLocation class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.ExtendedLocation.name()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ExtendedLocation.name()"
|
||||||
|
name: "name()"
|
||||||
|
nameWithType: "ExtendedLocation.name()"
|
||||||
|
summary: "Get the name property: The extended location name."
|
||||||
|
syntax: "public String name()"
|
||||||
|
desc: "Get the name property: The extended location name."
|
||||||
|
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.connectedvmware.models.ExtendedLocation.type()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ExtendedLocation.type()"
|
||||||
|
name: "type()"
|
||||||
|
nameWithType: "ExtendedLocation.type()"
|
||||||
|
summary: "Get the type property: The extended location type."
|
||||||
|
syntax: "public String type()"
|
||||||
|
desc: "Get the type property: The extended location type."
|
||||||
|
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.connectedvmware.models.ExtendedLocation.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ExtendedLocation.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "ExtendedLocation.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.ExtendedLocation.withName(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ExtendedLocation.withName(String name)"
|
||||||
|
name: "withName(String name)"
|
||||||
|
nameWithType: "ExtendedLocation.withName(String name)"
|
||||||
|
summary: "Set the name property: The extended location name."
|
||||||
|
parameters:
|
||||||
|
- description: "the name value to set."
|
||||||
|
name: "name"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ExtendedLocation withName(String name)"
|
||||||
|
desc: "Set the name property: The extended location name."
|
||||||
|
returns:
|
||||||
|
description: "the ExtendedLocation object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.ExtendedLocation.withType(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.ExtendedLocation.withType(String type)"
|
||||||
|
name: "withType(String type)"
|
||||||
|
nameWithType: "ExtendedLocation.withType(String type)"
|
||||||
|
summary: "Set the type property: The extended location type."
|
||||||
|
parameters:
|
||||||
|
- description: "the type value to set."
|
||||||
|
name: "type"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public ExtendedLocation withType(String type)"
|
||||||
|
desc: "Set the type property: The extended location type."
|
||||||
|
returns:
|
||||||
|
description: "the ExtendedLocation object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "The extended location."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,97 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.FirmwareType"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.FirmwareType"
|
||||||
|
name: "FirmwareType"
|
||||||
|
nameWithType: "FirmwareType"
|
||||||
|
summary: "Firmware type."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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#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#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#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 **FirmwareType**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.connectedvmware.models.FirmwareType?alt=com.azure.resourcemanager.connectedvmware.models.FirmwareType&text=FirmwareType\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.FirmwareType.FirmwareType()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.FirmwareType.FirmwareType()"
|
||||||
|
name: "FirmwareType()"
|
||||||
|
nameWithType: "FirmwareType.FirmwareType()"
|
||||||
|
summary: "Creates a new instance of Firmware<wbr>Type value."
|
||||||
|
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.connectedvmware.models.FirmwareType.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
|
||||||
|
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public FirmwareType()"
|
||||||
|
desc: "Creates a new instance of FirmwareType value."
|
||||||
|
hasDeprecatedTag: true
|
||||||
|
fields:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.FirmwareType.BIOS"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.FirmwareType.BIOS"
|
||||||
|
name: "BIOS"
|
||||||
|
nameWithType: "FirmwareType.BIOS"
|
||||||
|
summary: "Static value bios for Firmware<wbr>Type."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
- "final"
|
||||||
|
field:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.FirmwareType?alt=com.azure.resourcemanager.connectedvmware.models.FirmwareType&text=FirmwareType\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public static final FirmwareType BIOS"
|
||||||
|
desc: "Static value bios for FirmwareType."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.FirmwareType.EFI"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.FirmwareType.EFI"
|
||||||
|
name: "EFI"
|
||||||
|
nameWithType: "FirmwareType.EFI"
|
||||||
|
summary: "Static value efi for Firmware<wbr>Type."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
- "final"
|
||||||
|
field:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.FirmwareType?alt=com.azure.resourcemanager.connectedvmware.models.FirmwareType&text=FirmwareType\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public static final FirmwareType EFI"
|
||||||
|
desc: "Static value efi for FirmwareType."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.FirmwareType.fromString(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.FirmwareType.fromString(String name)"
|
||||||
|
name: "fromString(String name)"
|
||||||
|
nameWithType: "FirmwareType.fromString(String name)"
|
||||||
|
summary: "Creates or finds a Firmware<wbr>Type from its string representation."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
parameters:
|
||||||
|
- description: "a name to look for."
|
||||||
|
name: "name"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public static FirmwareType fromString(String name)"
|
||||||
|
desc: "Creates or finds a FirmwareType from its string representation."
|
||||||
|
returns:
|
||||||
|
description: "the corresponding FirmwareType."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.FirmwareType?alt=com.azure.resourcemanager.connectedvmware.models.FirmwareType&text=FirmwareType\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.FirmwareType.values()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.FirmwareType.values()"
|
||||||
|
name: "values()"
|
||||||
|
nameWithType: "FirmwareType.values()"
|
||||||
|
summary: "Gets known Firmware<wbr>Type values."
|
||||||
|
modifiers:
|
||||||
|
- "static"
|
||||||
|
syntax: "public static Collection<FirmwareType> values()"
|
||||||
|
desc: "Gets known FirmwareType values."
|
||||||
|
returns:
|
||||||
|
description: "known FirmwareType values."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.FirmwareType?alt=com.azure.resourcemanager.connectedvmware.models.FirmwareType&text=FirmwareType\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
type: "class"
|
||||||
|
desc: "Firmware type."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,181 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent"
|
||||||
|
name: "GuestAgent"
|
||||||
|
nameWithType: "GuestAgent"
|
||||||
|
summary: "An immutable client-side representation of Guest<wbr>Agent."
|
||||||
|
syntax: "public interface **GuestAgent**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.credentials()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.credentials()"
|
||||||
|
name: "credentials()"
|
||||||
|
nameWithType: "GuestAgent.credentials()"
|
||||||
|
summary: "Gets the credentials property: Username / Password Credentials to provision guest agent."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract GuestCredential credentials()"
|
||||||
|
desc: "Gets the credentials property: Username / Password Credentials to provision guest agent."
|
||||||
|
returns:
|
||||||
|
description: "the credentials value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.GuestCredential?alt=com.azure.resourcemanager.connectedvmware.models.GuestCredential&text=GuestCredential\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.customResourceName()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.customResourceName()"
|
||||||
|
name: "customResourceName()"
|
||||||
|
nameWithType: "GuestAgent.customResourceName()"
|
||||||
|
summary: "Gets the custom<wbr>Resource<wbr>Name property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String customResourceName()"
|
||||||
|
desc: "Gets the customResourceName property: Gets the name of the corresponding resource in Kubernetes."
|
||||||
|
returns:
|
||||||
|
description: "the customResourceName value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.httpProxyConfig()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.httpProxyConfig()"
|
||||||
|
name: "httpProxyConfig()"
|
||||||
|
nameWithType: "GuestAgent.httpProxyConfig()"
|
||||||
|
summary: "Gets the http<wbr>Proxy<wbr>Config property: HTTP Proxy configuration for the VM."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract HttpProxyConfiguration httpProxyConfig()"
|
||||||
|
desc: "Gets the httpProxyConfig property: HTTP Proxy configuration for the VM."
|
||||||
|
returns:
|
||||||
|
description: "the httpProxyConfig value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration?alt=com.azure.resourcemanager.connectedvmware.models.HttpProxyConfiguration&text=HttpProxyConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.id()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.id()"
|
||||||
|
name: "id()"
|
||||||
|
nameWithType: "GuestAgent.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.connectedvmware.models.GuestAgent.innerModel()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.innerModel()"
|
||||||
|
name: "innerModel()"
|
||||||
|
nameWithType: "GuestAgent.innerModel()"
|
||||||
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>connectedvmware.<wbr>fluent.<wbr>models.<wbr>Guest<wbr>Agent<wbr>Inner object."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract GuestAgentInner innerModel()"
|
||||||
|
desc: "Gets the inner com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner object."
|
||||||
|
returns:
|
||||||
|
description: "the inner object."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.name()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.name()"
|
||||||
|
name: "name()"
|
||||||
|
nameWithType: "GuestAgent.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.connectedvmware.models.GuestAgent.privateLinkScopeResourceId()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.privateLinkScopeResourceId()"
|
||||||
|
name: "privateLinkScopeResourceId()"
|
||||||
|
nameWithType: "GuestAgent.privateLinkScopeResourceId()"
|
||||||
|
summary: "Gets the private<wbr>Link<wbr>Scope<wbr>Resource<wbr>Id property: The resource id of the private link scope this machine is assigned to, if any."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String privateLinkScopeResourceId()"
|
||||||
|
desc: "Gets the privateLinkScopeResourceId property: The resource id of the private link scope this machine is assigned to, if any."
|
||||||
|
returns:
|
||||||
|
description: "the privateLinkScopeResourceId value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.provisioningAction()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.provisioningAction()"
|
||||||
|
name: "provisioningAction()"
|
||||||
|
nameWithType: "GuestAgent.provisioningAction()"
|
||||||
|
summary: "Gets the provisioning<wbr>Action property: Gets or sets the guest agent provisioning action."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract ProvisioningAction provisioningAction()"
|
||||||
|
desc: "Gets the provisioningAction property: Gets or sets the guest agent provisioning action."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningAction value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningAction?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningAction&text=ProvisioningAction\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.provisioningState()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.provisioningState()"
|
||||||
|
name: "provisioningState()"
|
||||||
|
nameWithType: "GuestAgent.provisioningState()"
|
||||||
|
summary: "Gets the provisioning<wbr>State property: Gets the provisioning state."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract ProvisioningState provisioningState()"
|
||||||
|
desc: "Gets the provisioningState property: Gets the provisioning state."
|
||||||
|
returns:
|
||||||
|
description: "the provisioningState value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ProvisioningState?alt=com.azure.resourcemanager.connectedvmware.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.status()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.status()"
|
||||||
|
name: "status()"
|
||||||
|
nameWithType: "GuestAgent.status()"
|
||||||
|
summary: "Gets the status property: Gets or sets the guest agent status."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String status()"
|
||||||
|
desc: "Gets the status property: Gets or sets the guest agent status."
|
||||||
|
returns:
|
||||||
|
description: "the status value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.statuses()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.statuses()"
|
||||||
|
name: "statuses()"
|
||||||
|
nameWithType: "GuestAgent.statuses()"
|
||||||
|
summary: "Gets the statuses property: The resource status information."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract List<ResourceStatus> statuses()"
|
||||||
|
desc: "Gets the statuses property: The resource status information."
|
||||||
|
returns:
|
||||||
|
description: "the statuses value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.models.ResourceStatus?alt=com.azure.resourcemanager.connectedvmware.models.ResourceStatus&text=ResourceStatus\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.systemData()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.systemData()"
|
||||||
|
name: "systemData()"
|
||||||
|
nameWithType: "GuestAgent.systemData()"
|
||||||
|
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract SystemData systemData()"
|
||||||
|
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
|
||||||
|
returns:
|
||||||
|
description: "the systemData value."
|
||||||
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.type()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.type()"
|
||||||
|
name: "type()"
|
||||||
|
nameWithType: "GuestAgent.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.connectedvmware.models.GuestAgent.uuid()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgent.uuid()"
|
||||||
|
name: "uuid()"
|
||||||
|
nameWithType: "GuestAgent.uuid()"
|
||||||
|
summary: "Gets the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract String uuid()"
|
||||||
|
desc: "Gets the uuid property: Gets or sets a unique identifier for this resource."
|
||||||
|
returns:
|
||||||
|
description: "the uuid 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 GuestAgent."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,92 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgentList"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgentList"
|
||||||
|
name: "GuestAgentList"
|
||||||
|
nameWithType: "GuestAgentList"
|
||||||
|
summary: "List of Guest<wbr>Agent."
|
||||||
|
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 **GuestAgentList**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgentList.GuestAgentList()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgentList.GuestAgentList()"
|
||||||
|
name: "GuestAgentList()"
|
||||||
|
nameWithType: "GuestAgentList.GuestAgentList()"
|
||||||
|
summary: "Creates an instance of Guest<wbr>Agent<wbr>List class."
|
||||||
|
syntax: "public GuestAgentList()"
|
||||||
|
desc: "Creates an instance of GuestAgentList class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgentList.nextLink()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgentList.nextLink()"
|
||||||
|
name: "nextLink()"
|
||||||
|
nameWithType: "GuestAgentList.nextLink()"
|
||||||
|
summary: "Get the next<wbr>Link property: Url to follow for getting next page of Guest<wbr>Agent."
|
||||||
|
syntax: "public String nextLink()"
|
||||||
|
desc: "Get the nextLink property: Url to follow for getting next page of GuestAgent."
|
||||||
|
returns:
|
||||||
|
description: "the nextLink value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgentList.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgentList.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "GuestAgentList.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgentList.value()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgentList.value()"
|
||||||
|
name: "value()"
|
||||||
|
nameWithType: "GuestAgentList.value()"
|
||||||
|
summary: "Get the value property: Array of Guest<wbr>Agent."
|
||||||
|
syntax: "public List<GuestAgentInner> value()"
|
||||||
|
desc: "Get the value property: Array of GuestAgent."
|
||||||
|
returns:
|
||||||
|
description: "the value value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgentList.withNextLink(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgentList.withNextLink(String nextLink)"
|
||||||
|
name: "withNextLink(String nextLink)"
|
||||||
|
nameWithType: "GuestAgentList.withNextLink(String nextLink)"
|
||||||
|
summary: "Set the next<wbr>Link property: Url to follow for getting next page of Guest<wbr>Agent."
|
||||||
|
parameters:
|
||||||
|
- description: "the nextLink value to set."
|
||||||
|
name: "nextLink"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public GuestAgentList withNextLink(String nextLink)"
|
||||||
|
desc: "Set the nextLink property: Url to follow for getting next page of GuestAgent."
|
||||||
|
returns:
|
||||||
|
description: "the GuestAgentList object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.GuestAgentList?alt=com.azure.resourcemanager.connectedvmware.models.GuestAgentList&text=GuestAgentList\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestAgentList.withValue(java.util.List<com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner>)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestAgentList.withValue(List<GuestAgentInner> value)"
|
||||||
|
name: "withValue(List<GuestAgentInner> value)"
|
||||||
|
nameWithType: "GuestAgentList.withValue(List<GuestAgentInner> value)"
|
||||||
|
summary: "Set the value property: Array of Guest<wbr>Agent."
|
||||||
|
parameters:
|
||||||
|
- description: "the value value to set."
|
||||||
|
name: "value"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner?alt=com.azure.resourcemanager.connectedvmware.fluent.models.GuestAgentInner&text=GuestAgentInner\" data-throw-if-not-resolved=\"False\" />>"
|
||||||
|
syntax: "public GuestAgentList withValue(List<GuestAgentInner> value)"
|
||||||
|
desc: "Set the value property: Array of GuestAgent."
|
||||||
|
returns:
|
||||||
|
description: "the GuestAgentList object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.GuestAgentList?alt=com.azure.resourcemanager.connectedvmware.models.GuestAgentList&text=GuestAgentList\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "List of GuestAgent."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,92 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.GuestCredential"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestCredential"
|
||||||
|
name: "GuestCredential"
|
||||||
|
nameWithType: "GuestCredential"
|
||||||
|
summary: "Username / Password Credentials to connect to guest."
|
||||||
|
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 **GuestCredential**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.GuestCredential()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.GuestCredential()"
|
||||||
|
name: "GuestCredential()"
|
||||||
|
nameWithType: "GuestCredential.GuestCredential()"
|
||||||
|
summary: "Creates an instance of Guest<wbr>Credential class."
|
||||||
|
syntax: "public GuestCredential()"
|
||||||
|
desc: "Creates an instance of GuestCredential class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.password()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.password()"
|
||||||
|
name: "password()"
|
||||||
|
nameWithType: "GuestCredential.password()"
|
||||||
|
summary: "Get the password property: Gets or sets the password to connect with the guest."
|
||||||
|
syntax: "public String password()"
|
||||||
|
desc: "Get the password property: Gets or sets the password to connect with the guest."
|
||||||
|
returns:
|
||||||
|
description: "the password value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.username()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.username()"
|
||||||
|
name: "username()"
|
||||||
|
nameWithType: "GuestCredential.username()"
|
||||||
|
summary: "Get the username property: Gets or sets username to connect with the guest."
|
||||||
|
syntax: "public String username()"
|
||||||
|
desc: "Get the username property: Gets or sets username to connect with the guest."
|
||||||
|
returns:
|
||||||
|
description: "the username value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "GuestCredential.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.withPassword(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.withPassword(String password)"
|
||||||
|
name: "withPassword(String password)"
|
||||||
|
nameWithType: "GuestCredential.withPassword(String password)"
|
||||||
|
summary: "Set the password property: Gets or sets the password to connect with the guest."
|
||||||
|
parameters:
|
||||||
|
- description: "the password value to set."
|
||||||
|
name: "password"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public GuestCredential withPassword(String password)"
|
||||||
|
desc: "Set the password property: Gets or sets the password to connect with the guest."
|
||||||
|
returns:
|
||||||
|
description: "the GuestCredential object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.GuestCredential?alt=com.azure.resourcemanager.connectedvmware.models.GuestCredential&text=GuestCredential\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.withUsername(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.GuestCredential.withUsername(String username)"
|
||||||
|
name: "withUsername(String username)"
|
||||||
|
nameWithType: "GuestCredential.withUsername(String username)"
|
||||||
|
summary: "Set the username property: Gets or sets username to connect with the guest."
|
||||||
|
parameters:
|
||||||
|
- description: "the username value to set."
|
||||||
|
name: "username"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public GuestCredential withUsername(String username)"
|
||||||
|
desc: "Set the username property: Gets or sets username to connect with the guest."
|
||||||
|
returns:
|
||||||
|
description: "the GuestCredential object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.GuestCredential?alt=com.azure.resourcemanager.connectedvmware.models.GuestCredential&text=GuestCredential\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Username / Password Credentials to connect to guest."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,146 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile"
|
||||||
|
name: "HardwareProfile"
|
||||||
|
nameWithType: "HardwareProfile"
|
||||||
|
summary: "Specifies the hardware settings for the virtual machine."
|
||||||
|
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 **HardwareProfile**"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.HardwareProfile()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.HardwareProfile()"
|
||||||
|
name: "HardwareProfile()"
|
||||||
|
nameWithType: "HardwareProfile.HardwareProfile()"
|
||||||
|
summary: "Creates an instance of Hardware<wbr>Profile class."
|
||||||
|
syntax: "public HardwareProfile()"
|
||||||
|
desc: "Creates an instance of HardwareProfile class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.cpuHotAddEnabled()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.cpuHotAddEnabled()"
|
||||||
|
name: "cpuHotAddEnabled()"
|
||||||
|
nameWithType: "HardwareProfile.cpuHotAddEnabled()"
|
||||||
|
summary: "Get the cpu<wbr>Hot<wbr>Add<wbr>Enabled property: Gets or sets a value indicating whether virtual processors can be added while this virtual machine is running."
|
||||||
|
syntax: "public Boolean cpuHotAddEnabled()"
|
||||||
|
desc: "Get the cpuHotAddEnabled property: Gets or sets a value indicating whether virtual processors can be added while this virtual machine is running."
|
||||||
|
returns:
|
||||||
|
description: "the cpuHotAddEnabled value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.cpuHotRemoveEnabled()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.cpuHotRemoveEnabled()"
|
||||||
|
name: "cpuHotRemoveEnabled()"
|
||||||
|
nameWithType: "HardwareProfile.cpuHotRemoveEnabled()"
|
||||||
|
summary: "Get the cpu<wbr>Hot<wbr>Remove<wbr>Enabled property: Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running."
|
||||||
|
syntax: "public Boolean cpuHotRemoveEnabled()"
|
||||||
|
desc: "Get the cpuHotRemoveEnabled property: Gets or sets a value indicating whether virtual processors can be removed while this virtual machine is running."
|
||||||
|
returns:
|
||||||
|
description: "the cpuHotRemoveEnabled value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.memoryHotAddEnabled()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.memoryHotAddEnabled()"
|
||||||
|
name: "memoryHotAddEnabled()"
|
||||||
|
nameWithType: "HardwareProfile.memoryHotAddEnabled()"
|
||||||
|
summary: "Get the memory<wbr>Hot<wbr>Add<wbr>Enabled property: Gets or sets a value indicating whether memory can be added while this virtual machine is running."
|
||||||
|
syntax: "public Boolean memoryHotAddEnabled()"
|
||||||
|
desc: "Get the memoryHotAddEnabled property: Gets or sets a value indicating whether memory can be added while this virtual machine is running."
|
||||||
|
returns:
|
||||||
|
description: "the memoryHotAddEnabled value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.memorySizeMB()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.memorySizeMB()"
|
||||||
|
name: "memorySizeMB()"
|
||||||
|
nameWithType: "HardwareProfile.memorySizeMB()"
|
||||||
|
summary: "Get the memory<wbr>SizeMB property: Gets or sets memory size in MBs for the vm."
|
||||||
|
syntax: "public Integer memorySizeMB()"
|
||||||
|
desc: "Get the memorySizeMB property: Gets or sets memory size in MBs for the vm."
|
||||||
|
returns:
|
||||||
|
description: "the memorySizeMB value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.numCPUs()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.numCPUs()"
|
||||||
|
name: "numCPUs()"
|
||||||
|
nameWithType: "HardwareProfile.numCPUs()"
|
||||||
|
summary: "Get the num<wbr>CPUs property: Gets or sets the number of v<wbr>CPUs for the vm."
|
||||||
|
syntax: "public Integer numCPUs()"
|
||||||
|
desc: "Get the numCPUs property: Gets or sets the number of vCPUs for the vm."
|
||||||
|
returns:
|
||||||
|
description: "the numCPUs value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.numCoresPerSocket()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.numCoresPerSocket()"
|
||||||
|
name: "numCoresPerSocket()"
|
||||||
|
nameWithType: "HardwareProfile.numCoresPerSocket()"
|
||||||
|
summary: "Get the num<wbr>Cores<wbr>Per<wbr>Socket property: Gets or sets the number of cores per socket for the vm."
|
||||||
|
syntax: "public Integer numCoresPerSocket()"
|
||||||
|
desc: "Get the numCoresPerSocket property: Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified."
|
||||||
|
returns:
|
||||||
|
description: "the numCoresPerSocket value."
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "HardwareProfile.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.withMemorySizeMB(java.lang.Integer)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.withMemorySizeMB(Integer memorySizeMB)"
|
||||||
|
name: "withMemorySizeMB(Integer memorySizeMB)"
|
||||||
|
nameWithType: "HardwareProfile.withMemorySizeMB(Integer memorySizeMB)"
|
||||||
|
summary: "Set the memory<wbr>SizeMB property: Gets or sets memory size in MBs for the vm."
|
||||||
|
parameters:
|
||||||
|
- description: "the memorySizeMB value to set."
|
||||||
|
name: "memorySizeMB"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
||||||
|
syntax: "public HardwareProfile withMemorySizeMB(Integer memorySizeMB)"
|
||||||
|
desc: "Set the memorySizeMB property: Gets or sets memory size in MBs for the vm."
|
||||||
|
returns:
|
||||||
|
description: "the HardwareProfile object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HardwareProfile?alt=com.azure.resourcemanager.connectedvmware.models.HardwareProfile&text=HardwareProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.withNumCPUs(java.lang.Integer)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.withNumCPUs(Integer numCPUs)"
|
||||||
|
name: "withNumCPUs(Integer numCPUs)"
|
||||||
|
nameWithType: "HardwareProfile.withNumCPUs(Integer numCPUs)"
|
||||||
|
summary: "Set the num<wbr>CPUs property: Gets or sets the number of v<wbr>CPUs for the vm."
|
||||||
|
parameters:
|
||||||
|
- description: "the numCPUs value to set."
|
||||||
|
name: "numCPUs"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
||||||
|
syntax: "public HardwareProfile withNumCPUs(Integer numCPUs)"
|
||||||
|
desc: "Set the numCPUs property: Gets or sets the number of vCPUs for the vm."
|
||||||
|
returns:
|
||||||
|
description: "the HardwareProfile object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HardwareProfile?alt=com.azure.resourcemanager.connectedvmware.models.HardwareProfile&text=HardwareProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.withNumCoresPerSocket(java.lang.Integer)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HardwareProfile.withNumCoresPerSocket(Integer numCoresPerSocket)"
|
||||||
|
name: "withNumCoresPerSocket(Integer numCoresPerSocket)"
|
||||||
|
nameWithType: "HardwareProfile.withNumCoresPerSocket(Integer numCoresPerSocket)"
|
||||||
|
summary: "Set the num<wbr>Cores<wbr>Per<wbr>Socket property: Gets or sets the number of cores per socket for the vm."
|
||||||
|
parameters:
|
||||||
|
- description: "the numCoresPerSocket value to set."
|
||||||
|
name: "numCoresPerSocket"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
|
||||||
|
syntax: "public HardwareProfile withNumCoresPerSocket(Integer numCoresPerSocket)"
|
||||||
|
desc: "Set the numCoresPerSocket property: Gets or sets the number of cores per socket for the vm. Defaults to 1 if unspecified."
|
||||||
|
returns:
|
||||||
|
description: "the HardwareProfile object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HardwareProfile?alt=com.azure.resourcemanager.connectedvmware.models.HardwareProfile&text=HardwareProfile\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "Specifies the hardware settings for the virtual machine."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,119 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.HostInventoryItem"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostInventoryItem"
|
||||||
|
name: "HostInventoryItem"
|
||||||
|
nameWithType: "HostInventoryItem"
|
||||||
|
summary: "The host inventory item."
|
||||||
|
inheritances:
|
||||||
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
inheritedClassMethods:
|
||||||
|
- classRef: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties&text=InventoryItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methodsRef:
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.managedResourceId()?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.managedResourceId&text=managedResourceId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.moName()?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.moName&text=moName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.moRefId()?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.moRefId&text=moRefId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.provisioningState()?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.provisioningState&text=provisioningState\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.validate()?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withManagedResourceId(java.lang.String)?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withManagedResourceId&text=withManagedResourceId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoName(java.lang.String)?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoName&text=withMoName\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoRefId(java.lang.String)?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoRefId&text=withMoRefId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- 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 **HostInventoryItem**</br> extends <xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties&text=InventoryItemProperties\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
constructors:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostInventoryItem.HostInventoryItem()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostInventoryItem.HostInventoryItem()"
|
||||||
|
name: "HostInventoryItem()"
|
||||||
|
nameWithType: "HostInventoryItem.HostInventoryItem()"
|
||||||
|
summary: "Creates an instance of Host<wbr>Inventory<wbr>Item class."
|
||||||
|
syntax: "public HostInventoryItem()"
|
||||||
|
desc: "Creates an instance of HostInventoryItem class."
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostInventoryItem.parent()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostInventoryItem.parent()"
|
||||||
|
name: "parent()"
|
||||||
|
nameWithType: "HostInventoryItem.parent()"
|
||||||
|
summary: "Get the parent property: Parent host inventory resource details."
|
||||||
|
syntax: "public InventoryItemDetails parent()"
|
||||||
|
desc: "Get the parent property: Parent host inventory resource details."
|
||||||
|
returns:
|
||||||
|
description: "the parent value."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemDetails?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemDetails&text=InventoryItemDetails\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostInventoryItem.validate()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostInventoryItem.validate()"
|
||||||
|
name: "validate()"
|
||||||
|
nameWithType: "HostInventoryItem.validate()"
|
||||||
|
summary: "Validates the instance."
|
||||||
|
overridden: "com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.validate()"
|
||||||
|
syntax: "public void validate()"
|
||||||
|
desc: "Validates the instance."
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostInventoryItem.withManagedResourceId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostInventoryItem.withManagedResourceId(String managedResourceId)"
|
||||||
|
name: "withManagedResourceId(String managedResourceId)"
|
||||||
|
nameWithType: "HostInventoryItem.withManagedResourceId(String managedResourceId)"
|
||||||
|
summary: "Set the managed<wbr>Resource<wbr>Id property: Gets or sets the tracked resource id corresponding to the inventory resource."
|
||||||
|
overridden: "com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withManagedResourceId(java.lang.String)"
|
||||||
|
parameters:
|
||||||
|
- name: "managedResourceId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public HostInventoryItem withManagedResourceId(String managedResourceId)"
|
||||||
|
desc: "Set the managedResourceId property: Gets or sets the tracked resource id corresponding to the inventory resource."
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostInventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.HostInventoryItem&text=HostInventoryItem\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostInventoryItem.withMoName(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostInventoryItem.withMoName(String moName)"
|
||||||
|
name: "withMoName(String moName)"
|
||||||
|
nameWithType: "HostInventoryItem.withMoName(String moName)"
|
||||||
|
summary: "Set the mo<wbr>Name property: Gets or sets the v<wbr>Center Managed Object name for the inventory item."
|
||||||
|
overridden: "com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoName(java.lang.String)"
|
||||||
|
parameters:
|
||||||
|
- name: "moName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public HostInventoryItem withMoName(String moName)"
|
||||||
|
desc: "Set the moName property: Gets or sets the vCenter Managed Object name for the inventory item."
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostInventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.HostInventoryItem&text=HostInventoryItem\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostInventoryItem.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostInventoryItem.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "HostInventoryItem.withMoRefId(String moRefId)"
|
||||||
|
summary: "Set the mo<wbr>Ref<wbr>Id property: Gets or sets the Mo<wbr>Ref (Managed Object Reference) ID for the inventory item."
|
||||||
|
overridden: "com.azure.resourcemanager.connectedvmware.models.InventoryItemProperties.withMoRefId(java.lang.String)"
|
||||||
|
parameters:
|
||||||
|
- name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public HostInventoryItem withMoRefId(String moRefId)"
|
||||||
|
desc: "Set the moRefId property: Gets or sets the MoRef (Managed Object Reference) ID for the inventory item."
|
||||||
|
returns:
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostInventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.HostInventoryItem&text=HostInventoryItem\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostInventoryItem.withParent(com.azure.resourcemanager.connectedvmware.models.InventoryItemDetails)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostInventoryItem.withParent(InventoryItemDetails parent)"
|
||||||
|
name: "withParent(InventoryItemDetails parent)"
|
||||||
|
nameWithType: "HostInventoryItem.withParent(InventoryItemDetails parent)"
|
||||||
|
summary: "Set the parent property: Parent host inventory resource details."
|
||||||
|
parameters:
|
||||||
|
- description: "the parent value to set."
|
||||||
|
name: "parent"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.InventoryItemDetails?alt=com.azure.resourcemanager.connectedvmware.models.InventoryItemDetails&text=InventoryItemDetails\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public HostInventoryItem withParent(InventoryItemDetails parent)"
|
||||||
|
desc: "Set the parent property: Parent host inventory resource details."
|
||||||
|
returns:
|
||||||
|
description: "the HostInventoryItem object itself."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostInventoryItem?alt=com.azure.resourcemanager.connectedvmware.models.HostInventoryItem&text=HostInventoryItem\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "class"
|
||||||
|
desc: "The host inventory item."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,17 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.Definition"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.Definition"
|
||||||
|
name: "HostModel.Definition"
|
||||||
|
nameWithType: "HostModel.Definition"
|
||||||
|
summary: "The entirety of the Host<wbr>Model definition."
|
||||||
|
syntax: "public static interface **HostModel.Definition**</br> extends <xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.Blank?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The entirety of the HostModel definition."
|
||||||
|
implements:
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.Blank?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,14 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.Blank"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.Blank"
|
||||||
|
name: "HostModel.DefinitionStages.Blank"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.Blank"
|
||||||
|
summary: "The first stage of the Host<wbr>Model definition."
|
||||||
|
syntax: "public static interface **HostModel.DefinitionStages.Blank**</br> extends <xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The first stage of the HostModel definition."
|
||||||
|
implements:
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithLocation?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithLocation&text=WithLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,48 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate"
|
||||||
|
name: "HostModel.DefinitionStages.WithCreate"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithCreate"
|
||||||
|
summary: "The stage of the Host<wbr>Model definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified."
|
||||||
|
syntax: "public static interface **HostModel.DefinitionStages.WithCreate**</br> extends <xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithTags?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithExtendedLocation&text=WithExtendedLocation\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithKind?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithKind&text=WithKind\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithVCenterId?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithVCenterId&text=WithVCenterId\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithMoRefId?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithMoRefId&text=WithMoRefId\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithInventoryItemId?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithInventoryItemId&text=WithInventoryItemId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate.create()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate.create()"
|
||||||
|
name: "create()"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithCreate.create()"
|
||||||
|
summary: "Executes the create request."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract HostModel create()"
|
||||||
|
desc: "Executes the create request."
|
||||||
|
returns:
|
||||||
|
description: "the created resource."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel?alt=com.azure.resourcemanager.connectedvmware.models.HostModel&text=HostModel\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate.create(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate.create(Context context)"
|
||||||
|
name: "create(Context context)"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithCreate.create(Context context)"
|
||||||
|
summary: "Executes the create request."
|
||||||
|
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 HostModel create(Context context)"
|
||||||
|
desc: "Executes the create request."
|
||||||
|
returns:
|
||||||
|
description: "the created resource."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel?alt=com.azure.resourcemanager.connectedvmware.models.HostModel&text=HostModel\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the HostModel definition which contains all the minimum required properties for the resource to be created, but also allows for any other optional properties to be specified."
|
||||||
|
implements:
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithExtendedLocation&text=WithExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithInventoryItemId?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithInventoryItemId&text=WithInventoryItemId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithKind?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithKind&text=WithKind\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithMoRefId?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithMoRefId&text=WithMoRefId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithTags?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithVCenterId?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithVCenterId&text=WithVCenterId\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithExtendedLocation"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithExtendedLocation"
|
||||||
|
name: "HostModel.DefinitionStages.WithExtendedLocation"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithExtendedLocation"
|
||||||
|
summary: "The stage of the Host<wbr>Model definition allowing to specify extended<wbr>Location."
|
||||||
|
syntax: "public static interface **HostModel.DefinitionStages.WithExtendedLocation**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithExtendedLocation.withExtendedLocation(com.azure.resourcemanager.connectedvmware.models.ExtendedLocation)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithExtendedLocation.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
name: "withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithExtendedLocation.withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
summary: "Specifies the extended<wbr>Location property: Gets or sets the extended location.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Gets or sets the extended location."
|
||||||
|
name: "extendedLocation"
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.ExtendedLocation?alt=com.azure.resourcemanager.connectedvmware.models.ExtendedLocation&text=ExtendedLocation\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public abstract HostModel.DefinitionStages.WithCreate withExtendedLocation(ExtendedLocation extendedLocation)"
|
||||||
|
desc: "Specifies the extendedLocation property: Gets or sets the extended location.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the HostModel definition allowing to specify extendedLocation."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithInventoryItemId"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithInventoryItemId"
|
||||||
|
name: "HostModel.DefinitionStages.WithInventoryItemId"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithInventoryItemId"
|
||||||
|
summary: "The stage of the Host<wbr>Model definition allowing to specify inventory<wbr>Item<wbr>Id."
|
||||||
|
syntax: "public static interface **HostModel.DefinitionStages.WithInventoryItemId**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithInventoryItemId.withInventoryItemId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithInventoryItemId.withInventoryItemId(String inventoryItemId)"
|
||||||
|
name: "withInventoryItemId(String inventoryItemId)"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithInventoryItemId.withInventoryItemId(String inventoryItemId)"
|
||||||
|
summary: "Specifies the inventory<wbr>Item<wbr>Id property: Gets or sets the inventory Item ID for the host.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Gets or sets the inventory Item ID for the host."
|
||||||
|
name: "inventoryItemId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract HostModel.DefinitionStages.WithCreate withInventoryItemId(String inventoryItemId)"
|
||||||
|
desc: "Specifies the inventoryItemId property: Gets or sets the inventory Item ID for the host.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the HostModel definition allowing to specify inventoryItemId."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithKind"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithKind"
|
||||||
|
name: "HostModel.DefinitionStages.WithKind"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithKind"
|
||||||
|
summary: "The stage of the Host<wbr>Model definition allowing to specify kind."
|
||||||
|
syntax: "public static interface **HostModel.DefinitionStages.WithKind**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithKind.withKind(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithKind.withKind(String kind)"
|
||||||
|
name: "withKind(String kind)"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithKind.withKind(String kind)"
|
||||||
|
summary: "Specifies the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.<wbr>g."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Metadata used by portal/tooling/etc to render different UX experiences for resources of the\n same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider\n must validate and persist this value."
|
||||||
|
name: "kind"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract HostModel.DefinitionStages.WithCreate withKind(String kind)"
|
||||||
|
desc: "Specifies the kind property: Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the HostModel definition allowing to specify kind."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,45 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithLocation"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithLocation"
|
||||||
|
name: "HostModel.DefinitionStages.WithLocation"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithLocation"
|
||||||
|
summary: "The stage of the Host<wbr>Model definition allowing to specify location."
|
||||||
|
syntax: "public static interface **HostModel.DefinitionStages.WithLocation**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithLocation.withRegion(com.azure.core.management.Region)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithLocation.withRegion(Region location)"
|
||||||
|
name: "withRegion(Region location)"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithLocation.withRegion(Region location)"
|
||||||
|
summary: "Specifies the region for the resource."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The geo-location where the resource lives."
|
||||||
|
name: "location"
|
||||||
|
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
syntax: "public abstract HostModel.DefinitionStages.WithResourceGroup withRegion(Region location)"
|
||||||
|
desc: "Specifies the region for the resource."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithLocation.withRegion(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithLocation.withRegion(String location)"
|
||||||
|
name: "withRegion(String location)"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithLocation.withRegion(String location)"
|
||||||
|
summary: "Specifies the region for the resource."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The geo-location where the resource lives."
|
||||||
|
name: "location"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract HostModel.DefinitionStages.WithResourceGroup withRegion(String location)"
|
||||||
|
desc: "Specifies the region for the resource."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithResourceGroup?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithResourceGroup&text=WithResourceGroup\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the HostModel definition allowing to specify location."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithMoRefId"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithMoRefId"
|
||||||
|
name: "HostModel.DefinitionStages.WithMoRefId"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithMoRefId"
|
||||||
|
summary: "The stage of the Host<wbr>Model definition allowing to specify mo<wbr>Ref<wbr>Id."
|
||||||
|
syntax: "public static interface **HostModel.DefinitionStages.WithMoRefId**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithMoRefId.withMoRefId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithMoRefId.withMoRefId(String moRefId)"
|
||||||
|
name: "withMoRefId(String moRefId)"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithMoRefId.withMoRefId(String moRefId)"
|
||||||
|
summary: "Specifies the mo<wbr>Ref<wbr>Id property: Gets or sets the v<wbr>Center Mo<wbr>Ref (Managed Object Reference) ID for the host.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Gets or sets the vCenter MoRef (Managed Object Reference) ID for the host."
|
||||||
|
name: "moRefId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract HostModel.DefinitionStages.WithCreate withMoRefId(String moRefId)"
|
||||||
|
desc: "Specifies the moRefId property: Gets or sets the vCenter MoRef (Managed Object Reference) ID for the host.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the HostModel definition allowing to specify moRefId."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithResourceGroup"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithResourceGroup"
|
||||||
|
name: "HostModel.DefinitionStages.WithResourceGroup"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithResourceGroup"
|
||||||
|
summary: "The stage of the Host<wbr>Model definition allowing to specify parent resource."
|
||||||
|
syntax: "public static interface **HostModel.DefinitionStages.WithResourceGroup**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithResourceGroup.withExistingResourceGroup(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithResourceGroup.withExistingResourceGroup(String resourceGroupName)"
|
||||||
|
name: "withExistingResourceGroup(String resourceGroupName)"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithResourceGroup.withExistingResourceGroup(String resourceGroupName)"
|
||||||
|
summary: "Specifies resource<wbr>Group<wbr>Name."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "The Resource Group Name."
|
||||||
|
name: "resourceGroupName"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract HostModel.DefinitionStages.WithCreate withExistingResourceGroup(String resourceGroupName)"
|
||||||
|
desc: "Specifies resourceGroupName."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the HostModel definition allowing to specify parent resource."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithTags"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithTags"
|
||||||
|
name: "HostModel.DefinitionStages.WithTags"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithTags"
|
||||||
|
summary: "The stage of the Host<wbr>Model definition allowing to specify tags."
|
||||||
|
syntax: "public static interface **HostModel.DefinitionStages.WithTags**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithTags.withTags(java.util.Map<java.lang.String,java.lang.String>)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithTags.withTags(Map<String,String> tags)"
|
||||||
|
name: "withTags(Map<String,String> tags)"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithTags.withTags(Map<String,String> tags)"
|
||||||
|
summary: "Specifies the tags property: Resource tags.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Resource tags."
|
||||||
|
name: "tags"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
||||||
|
syntax: "public abstract HostModel.DefinitionStages.WithCreate withTags(Map<String,String> tags)"
|
||||||
|
desc: "Specifies the tags property: Resource tags.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the HostModel definition allowing to specify tags."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,29 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithVCenterId"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithVCenterId"
|
||||||
|
name: "HostModel.DefinitionStages.WithVCenterId"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithVCenterId"
|
||||||
|
summary: "The stage of the Host<wbr>Model definition allowing to specify v<wbr>Center<wbr>Id."
|
||||||
|
syntax: "public static interface **HostModel.DefinitionStages.WithVCenterId**"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithVCenterId.withVCenterId(java.lang.String)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithVCenterId.withVCenterId(String vCenterId)"
|
||||||
|
name: "withVCenterId(String vCenterId)"
|
||||||
|
nameWithType: "HostModel.DefinitionStages.WithVCenterId.withVCenterId(String vCenterId)"
|
||||||
|
summary: "Specifies the v<wbr>Center<wbr>Id property: Gets or sets the ARM Id of the v<wbr>Center resource in which this host resides.."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
parameters:
|
||||||
|
- description: "Gets or sets the ARM Id of the vCenter resource in which this host resides."
|
||||||
|
name: "vCenterId"
|
||||||
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
||||||
|
syntax: "public abstract HostModel.DefinitionStages.WithCreate withVCenterId(String vCenterId)"
|
||||||
|
desc: "Specifies the vCenterId property: Gets or sets the ARM Id of the vCenter resource in which this host resides.."
|
||||||
|
returns:
|
||||||
|
description: "the next definition stage."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages.WithCreate&text=WithCreate\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The stage of the HostModel definition allowing to specify vCenterId."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,12 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.DefinitionStages"
|
||||||
|
name: "HostModel.DefinitionStages"
|
||||||
|
nameWithType: "HostModel.DefinitionStages"
|
||||||
|
summary: "The Host<wbr>Model definition stages."
|
||||||
|
syntax: "public static interface **HostModel.DefinitionStages**"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The HostModel definition stages."
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
|
@ -0,0 +1,43 @@
|
||||||
|
### YamlMime:JavaType
|
||||||
|
uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.Update"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.Update"
|
||||||
|
name: "HostModel.Update"
|
||||||
|
nameWithType: "HostModel.Update"
|
||||||
|
summary: "The template for Host<wbr>Model update."
|
||||||
|
syntax: "public static interface **HostModel.Update**</br> extends <xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.UpdateStages.WithTags?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.UpdateStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
methods:
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.Update.apply()"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.Update.apply()"
|
||||||
|
name: "apply()"
|
||||||
|
nameWithType: "HostModel.Update.apply()"
|
||||||
|
summary: "Executes the update request."
|
||||||
|
modifiers:
|
||||||
|
- "abstract"
|
||||||
|
syntax: "public abstract HostModel apply()"
|
||||||
|
desc: "Executes the update request."
|
||||||
|
returns:
|
||||||
|
description: "the updated resource."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel?alt=com.azure.resourcemanager.connectedvmware.models.HostModel&text=HostModel\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
- uid: "com.azure.resourcemanager.connectedvmware.models.HostModel.Update.apply(com.azure.core.util.Context)"
|
||||||
|
fullName: "com.azure.resourcemanager.connectedvmware.models.HostModel.Update.apply(Context context)"
|
||||||
|
name: "apply(Context context)"
|
||||||
|
nameWithType: "HostModel.Update.apply(Context context)"
|
||||||
|
summary: "Executes the update request."
|
||||||
|
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 HostModel apply(Context context)"
|
||||||
|
desc: "Executes the update request."
|
||||||
|
returns:
|
||||||
|
description: "the updated resource."
|
||||||
|
type: "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel?alt=com.azure.resourcemanager.connectedvmware.models.HostModel&text=HostModel\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
type: "interface"
|
||||||
|
desc: "The template for HostModel update."
|
||||||
|
implements:
|
||||||
|
- "<xref href=\"com.azure.resourcemanager.connectedvmware.models.HostModel.UpdateStages.WithTags?alt=com.azure.resourcemanager.connectedvmware.models.HostModel.UpdateStages.WithTags&text=WithTags\" data-throw-if-not-resolved=\"False\" />"
|
||||||
|
metadata: {}
|
||||||
|
package: "com.azure.resourcemanager.connectedvmware.models"
|
||||||
|
artifact: com.azure.resourcemanager:azure-resourcemanager-connectedvmware:1.0.0
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче