117 строки
8.1 KiB
YAML
117 строки
8.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile"
|
|
name: "NsdArtifactProfile"
|
|
nameWithType: "NsdArtifactProfile"
|
|
summary: "Artifact profile properties."
|
|
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 **NsdArtifactProfile**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile.NsdArtifactProfile()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile.NsdArtifactProfile()"
|
|
name: "NsdArtifactProfile()"
|
|
nameWithType: "NsdArtifactProfile.NsdArtifactProfile()"
|
|
summary: "Creates an instance of Nsd<wbr>Artifact<wbr>Profile class."
|
|
syntax: "public NsdArtifactProfile()"
|
|
desc: "Creates an instance of NsdArtifactProfile class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile.artifactName()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile.artifactName()"
|
|
name: "artifactName()"
|
|
nameWithType: "NsdArtifactProfile.artifactName()"
|
|
summary: "Get the artifact<wbr>Name property: Artifact name."
|
|
syntax: "public String artifactName()"
|
|
desc: "Get the artifactName property: Artifact name."
|
|
returns:
|
|
description: "the artifactName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile.artifactStoreReference()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile.artifactStoreReference()"
|
|
name: "artifactStoreReference()"
|
|
nameWithType: "NsdArtifactProfile.artifactStoreReference()"
|
|
summary: "Get the artifact<wbr>Store<wbr>Reference property: The artifact store resource id."
|
|
syntax: "public ReferencedResource artifactStoreReference()"
|
|
desc: "Get the artifactStoreReference property: The artifact store resource id."
|
|
returns:
|
|
description: "the artifactStoreReference value."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ReferencedResource?alt=com.azure.resourcemanager.hybridnetwork.models.ReferencedResource&text=ReferencedResource\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile.artifactVersion()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile.artifactVersion()"
|
|
name: "artifactVersion()"
|
|
nameWithType: "NsdArtifactProfile.artifactVersion()"
|
|
summary: "Get the artifact<wbr>Version property: Artifact version."
|
|
syntax: "public String artifactVersion()"
|
|
desc: "Get the artifactVersion property: Artifact version."
|
|
returns:
|
|
description: "the artifactVersion value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile.validate()"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile.validate()"
|
|
name: "validate()"
|
|
nameWithType: "NsdArtifactProfile.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile.withArtifactName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile.withArtifactName(String artifactName)"
|
|
name: "withArtifactName(String artifactName)"
|
|
nameWithType: "NsdArtifactProfile.withArtifactName(String artifactName)"
|
|
summary: "Set the artifact<wbr>Name property: Artifact name."
|
|
parameters:
|
|
- description: "the artifactName value to set."
|
|
name: "artifactName"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public NsdArtifactProfile withArtifactName(String artifactName)"
|
|
desc: "Set the artifactName property: Artifact name."
|
|
returns:
|
|
description: "the NsdArtifactProfile object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile?alt=com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile&text=NsdArtifactProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile.withArtifactStoreReference(com.azure.resourcemanager.hybridnetwork.models.ReferencedResource)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile.withArtifactStoreReference(ReferencedResource artifactStoreReference)"
|
|
name: "withArtifactStoreReference(ReferencedResource artifactStoreReference)"
|
|
nameWithType: "NsdArtifactProfile.withArtifactStoreReference(ReferencedResource artifactStoreReference)"
|
|
summary: "Set the artifact<wbr>Store<wbr>Reference property: The artifact store resource id."
|
|
parameters:
|
|
- description: "the artifactStoreReference value to set."
|
|
name: "artifactStoreReference"
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.ReferencedResource?alt=com.azure.resourcemanager.hybridnetwork.models.ReferencedResource&text=ReferencedResource\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public NsdArtifactProfile withArtifactStoreReference(ReferencedResource artifactStoreReference)"
|
|
desc: "Set the artifactStoreReference property: The artifact store resource id."
|
|
returns:
|
|
description: "the NsdArtifactProfile object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile?alt=com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile&text=NsdArtifactProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile.withArtifactVersion(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile.withArtifactVersion(String artifactVersion)"
|
|
name: "withArtifactVersion(String artifactVersion)"
|
|
nameWithType: "NsdArtifactProfile.withArtifactVersion(String artifactVersion)"
|
|
summary: "Set the artifact<wbr>Version property: Artifact version."
|
|
parameters:
|
|
- description: "the artifactVersion value to set."
|
|
name: "artifactVersion"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public NsdArtifactProfile withArtifactVersion(String artifactVersion)"
|
|
desc: "Set the artifactVersion property: Artifact version."
|
|
returns:
|
|
description: "the NsdArtifactProfile object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile?alt=com.azure.resourcemanager.hybridnetwork.models.NsdArtifactProfile&text=NsdArtifactProfile\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Artifact profile properties."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.hybridnetwork.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-hybridnetwork:1.0.0
|