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

246 строки
21 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties"
name: "RegistryProperties"
nameWithType: "RegistryProperties"
summary: "Details of the Registry."
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 **RegistryProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties?alt=com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties&text=RegistryProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.RegistryProperties()"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.RegistryProperties()"
name: "RegistryProperties()"
nameWithType: "RegistryProperties.RegistryProperties()"
summary: "Creates an instance of Registry<wbr>Properties class."
syntax: "public RegistryProperties()"
desc: "Creates an instance of RegistryProperties class."
methods:
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.discoveryUrl()"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.discoveryUrl()"
name: "discoveryUrl()"
nameWithType: "RegistryProperties.discoveryUrl()"
summary: "Get the discovery<wbr>Url property: Discovery URL for the Registry."
syntax: "public String discoveryUrl()"
desc: "Get the discoveryUrl property: Discovery URL for the Registry."
returns:
description: "the discoveryUrl value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "RegistryProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Registry<wbr>Properties from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static RegistryProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the RegistryProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of RegistryProperties from the JsonReader."
returns:
description: "An instance of RegistryProperties if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties?alt=com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties&text=RegistryProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.intellectualPropertyPublisher()"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.intellectualPropertyPublisher()"
name: "intellectualPropertyPublisher()"
nameWithType: "RegistryProperties.intellectualPropertyPublisher()"
summary: "Get the intellectual<wbr>Property<wbr>Publisher property: Intellectual<wbr>Property<wbr>Publisher for the registry."
syntax: "public String intellectualPropertyPublisher()"
desc: "Get the intellectualPropertyPublisher property: IntellectualPropertyPublisher for the registry."
returns:
description: "the intellectualPropertyPublisher value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.managedResourceGroup()"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.managedResourceGroup()"
name: "managedResourceGroup()"
nameWithType: "RegistryProperties.managedResourceGroup()"
summary: "Get the managed<wbr>Resource<wbr>Group property: Resource<wbr>Id of the managed RG if the registry has system created resources."
syntax: "public ArmResourceId managedResourceGroup()"
desc: "Get the managedResourceGroup property: ResourceId of the managed RG if the registry has system created resources."
returns:
description: "the managedResourceGroup value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ArmResourceId?alt=com.azure.resourcemanager.machinelearning.models.ArmResourceId&text=ArmResourceId\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.mlFlowRegistryUri()"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.mlFlowRegistryUri()"
name: "mlFlowRegistryUri()"
nameWithType: "RegistryProperties.mlFlowRegistryUri()"
summary: "Get the ml<wbr>Flow<wbr>Registry<wbr>Uri property: MLFlow Registry URI for the Registry."
syntax: "public String mlFlowRegistryUri()"
desc: "Get the mlFlowRegistryUri property: MLFlow Registry URI for the Registry."
returns:
description: "the mlFlowRegistryUri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.publicNetworkAccess()"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.publicNetworkAccess()"
name: "publicNetworkAccess()"
nameWithType: "RegistryProperties.publicNetworkAccess()"
summary: "Get the public<wbr>Network<wbr>Access property: Is the Registry accessible from the internet? Possible values: \"Enabled\" or \"Disabled\"."
syntax: "public String publicNetworkAccess()"
desc: "Get the publicNetworkAccess property: Is the Registry accessible from the internet? Possible values: \"Enabled\" or \"Disabled\"."
returns:
description: "the publicNetworkAccess value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.regionDetails()"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.regionDetails()"
name: "regionDetails()"
nameWithType: "RegistryProperties.regionDetails()"
summary: "Get the region<wbr>Details property: Details of each region the registry is in."
syntax: "public List<RegistryRegionArmDetails> regionDetails()"
desc: "Get the regionDetails property: Details of each region the registry is in."
returns:
description: "the regionDetails value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.RegistryRegionArmDetails?alt=com.azure.resourcemanager.machinelearning.models.RegistryRegionArmDetails&text=RegistryRegionArmDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.registryPrivateEndpointConnections()"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.registryPrivateEndpointConnections()"
name: "registryPrivateEndpointConnections()"
nameWithType: "RegistryProperties.registryPrivateEndpointConnections()"
summary: "Get the registry<wbr>Private<wbr>Endpoint<wbr>Connections property: Private endpoint connections info used for pending connections in private link portal."
syntax: "public List<RegistryPrivateEndpointConnection> registryPrivateEndpointConnections()"
desc: "Get the registryPrivateEndpointConnections property: Private endpoint connections info used for pending connections in private link portal."
returns:
description: "the registryPrivateEndpointConnections value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.RegistryPrivateEndpointConnection?alt=com.azure.resourcemanager.machinelearning.models.RegistryPrivateEndpointConnection&text=RegistryPrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "RegistryProperties.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.validate()"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.validate()"
name: "validate()"
nameWithType: "RegistryProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.withDiscoveryUrl(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.withDiscoveryUrl(String discoveryUrl)"
name: "withDiscoveryUrl(String discoveryUrl)"
nameWithType: "RegistryProperties.withDiscoveryUrl(String discoveryUrl)"
summary: "Set the discovery<wbr>Url property: Discovery URL for the Registry."
parameters:
- description: "the discoveryUrl value to set."
name: "discoveryUrl"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public RegistryProperties withDiscoveryUrl(String discoveryUrl)"
desc: "Set the discoveryUrl property: Discovery URL for the Registry."
returns:
description: "the RegistryProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties?alt=com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties&text=RegistryProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.withIntellectualPropertyPublisher(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.withIntellectualPropertyPublisher(String intellectualPropertyPublisher)"
name: "withIntellectualPropertyPublisher(String intellectualPropertyPublisher)"
nameWithType: "RegistryProperties.withIntellectualPropertyPublisher(String intellectualPropertyPublisher)"
summary: "Set the intellectual<wbr>Property<wbr>Publisher property: Intellectual<wbr>Property<wbr>Publisher for the registry."
parameters:
- description: "the intellectualPropertyPublisher value to set."
name: "intellectualPropertyPublisher"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public RegistryProperties withIntellectualPropertyPublisher(String intellectualPropertyPublisher)"
desc: "Set the intellectualPropertyPublisher property: IntellectualPropertyPublisher for the registry."
returns:
description: "the RegistryProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties?alt=com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties&text=RegistryProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.withManagedResourceGroup(com.azure.resourcemanager.machinelearning.models.ArmResourceId)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.withManagedResourceGroup(ArmResourceId managedResourceGroup)"
name: "withManagedResourceGroup(ArmResourceId managedResourceGroup)"
nameWithType: "RegistryProperties.withManagedResourceGroup(ArmResourceId managedResourceGroup)"
summary: "Set the managed<wbr>Resource<wbr>Group property: Resource<wbr>Id of the managed RG if the registry has system created resources."
parameters:
- description: "the managedResourceGroup value to set."
name: "managedResourceGroup"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.ArmResourceId?alt=com.azure.resourcemanager.machinelearning.models.ArmResourceId&text=ArmResourceId\" data-throw-if-not-resolved=\"False\" />"
syntax: "public RegistryProperties withManagedResourceGroup(ArmResourceId managedResourceGroup)"
desc: "Set the managedResourceGroup property: ResourceId of the managed RG if the registry has system created resources."
returns:
description: "the RegistryProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties?alt=com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties&text=RegistryProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.withMlFlowRegistryUri(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.withMlFlowRegistryUri(String mlFlowRegistryUri)"
name: "withMlFlowRegistryUri(String mlFlowRegistryUri)"
nameWithType: "RegistryProperties.withMlFlowRegistryUri(String mlFlowRegistryUri)"
summary: "Set the ml<wbr>Flow<wbr>Registry<wbr>Uri property: MLFlow Registry URI for the Registry."
parameters:
- description: "the mlFlowRegistryUri value to set."
name: "mlFlowRegistryUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public RegistryProperties withMlFlowRegistryUri(String mlFlowRegistryUri)"
desc: "Set the mlFlowRegistryUri property: MLFlow Registry URI for the Registry."
returns:
description: "the RegistryProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties?alt=com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties&text=RegistryProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.withPublicNetworkAccess(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.withPublicNetworkAccess(String publicNetworkAccess)"
name: "withPublicNetworkAccess(String publicNetworkAccess)"
nameWithType: "RegistryProperties.withPublicNetworkAccess(String publicNetworkAccess)"
summary: "Set the public<wbr>Network<wbr>Access property: Is the Registry accessible from the internet? Possible values: \"Enabled\" or \"Disabled\"."
parameters:
- description: "the publicNetworkAccess value to set."
name: "publicNetworkAccess"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public RegistryProperties withPublicNetworkAccess(String publicNetworkAccess)"
desc: "Set the publicNetworkAccess property: Is the Registry accessible from the internet? Possible values: \"Enabled\" or \"Disabled\"."
returns:
description: "the RegistryProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties?alt=com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties&text=RegistryProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.withRegionDetails(java.util.List<com.azure.resourcemanager.machinelearning.models.RegistryRegionArmDetails>)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.withRegionDetails(List<RegistryRegionArmDetails> regionDetails)"
name: "withRegionDetails(List<RegistryRegionArmDetails> regionDetails)"
nameWithType: "RegistryProperties.withRegionDetails(List<RegistryRegionArmDetails> regionDetails)"
summary: "Set the region<wbr>Details property: Details of each region the registry is in."
parameters:
- description: "the regionDetails value to set."
name: "regionDetails"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.RegistryRegionArmDetails?alt=com.azure.resourcemanager.machinelearning.models.RegistryRegionArmDetails&text=RegistryRegionArmDetails\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public RegistryProperties withRegionDetails(List<RegistryRegionArmDetails> regionDetails)"
desc: "Set the regionDetails property: Details of each region the registry is in."
returns:
description: "the RegistryProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties?alt=com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties&text=RegistryProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.withRegistryPrivateEndpointConnections(java.util.List<com.azure.resourcemanager.machinelearning.models.RegistryPrivateEndpointConnection>)"
fullName: "com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties.withRegistryPrivateEndpointConnections(List<RegistryPrivateEndpointConnection> registryPrivateEndpointConnections)"
name: "withRegistryPrivateEndpointConnections(List<RegistryPrivateEndpointConnection> registryPrivateEndpointConnections)"
nameWithType: "RegistryProperties.withRegistryPrivateEndpointConnections(List<RegistryPrivateEndpointConnection> registryPrivateEndpointConnections)"
summary: "Set the registry<wbr>Private<wbr>Endpoint<wbr>Connections property: Private endpoint connections info used for pending connections in private link portal."
parameters:
- description: "the registryPrivateEndpointConnections value to set."
name: "registryPrivateEndpointConnections"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.machinelearning.models.RegistryPrivateEndpointConnection?alt=com.azure.resourcemanager.machinelearning.models.RegistryPrivateEndpointConnection&text=RegistryPrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public RegistryProperties withRegistryPrivateEndpointConnections(List<RegistryPrivateEndpointConnection> registryPrivateEndpointConnections)"
desc: "Set the registryPrivateEndpointConnections property: Private endpoint connections info used for pending connections in private link portal."
returns:
description: "the RegistryProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties?alt=com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties&text=RegistryProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Details of the Registry."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties?alt=com.azure.resourcemanager.machinelearning.fluent.models.RegistryProperties&text=RegistryProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.machinelearning.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0