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

206 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner"
fullName: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner"
name: "ScopeMapInner"
nameWithType: "ScopeMapInner"
summary: "An object that represents a scope map for a container registry."
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.fromJson(com.azure.json.JsonReader)?alt=com.azure.core.management.ProxyResource.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<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.toJson(com.azure.json.JsonWriter)?alt=com.azure.core.management.ProxyResource.toJson&text=toJson\" 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 **ScopeMapInner**</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.containerregistry.fluent.models.ScopeMapInner.ScopeMapInner()"
fullName: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.ScopeMapInner()"
name: "ScopeMapInner()"
nameWithType: "ScopeMapInner.ScopeMapInner()"
summary: "Creates an instance of Scope<wbr>Map<wbr>Inner class."
syntax: "public ScopeMapInner()"
desc: "Creates an instance of ScopeMapInner class."
methods:
- uid: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.actions()"
fullName: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.actions()"
name: "actions()"
nameWithType: "ScopeMapInner.actions()"
summary: "Get the actions property: The list of scoped permissions for registry artifacts."
syntax: "public List<String> actions()"
desc: "Get the actions property: The list of scoped permissions for registry artifacts. E.g. repositories/repository-name/content/read, repositories/repository-name/metadata/write."
returns:
description: "the actions value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.creationDate()"
fullName: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.creationDate()"
name: "creationDate()"
nameWithType: "ScopeMapInner.creationDate()"
summary: "Get the creation<wbr>Date property: The creation date of scope map."
syntax: "public OffsetDateTime creationDate()"
desc: "Get the creationDate property: The creation date of scope map."
returns:
description: "the creationDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.description()"
fullName: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.description()"
name: "description()"
nameWithType: "ScopeMapInner.description()"
summary: "Get the description property: The user friendly description of the scope map."
syntax: "public String description()"
desc: "Get the description property: The user friendly description of the scope map."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ScopeMapInner.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Scope<wbr>Map<wbr>Inner 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 ScopeMapInner fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ScopeMapInner from the JsonReader."
returns:
description: "An instance of ScopeMapInner 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.containerregistry.fluent.models.ScopeMapInner?alt=com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner&text=ScopeMapInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.id()"
fullName: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.id()"
name: "id()"
nameWithType: "ScopeMapInner.id()"
summary: "Get the id property: Fully qualified resource Id for the resource."
overridden: "com.azure.core.management.ProxyResource.id()"
syntax: "public String id()"
desc: "Get 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.containerregistry.fluent.models.ScopeMapInner.name()"
fullName: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.name()"
name: "name()"
nameWithType: "ScopeMapInner.name()"
summary: "Get the name property: The name of the resource."
overridden: "com.azure.core.management.ProxyResource.name()"
syntax: "public String name()"
desc: "Get 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.containerregistry.fluent.models.ScopeMapInner.provisioningState()"
fullName: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.provisioningState()"
name: "provisioningState()"
nameWithType: "ScopeMapInner.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.containerregistry.models.ProvisioningState?alt=com.azure.resourcemanager.containerregistry.models.ProvisioningState&text=ProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.systemData()"
fullName: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.systemData()"
name: "systemData()"
nameWithType: "ScopeMapInner.systemData()"
summary: "Get the system<wbr>Data property: Metadata pertaining to creation and last modification of the resource."
syntax: "public SystemData systemData()"
desc: "Get the systemData property: Metadata pertaining to creation and last modification of the resource."
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.containerregistry.fluent.models.ScopeMapInner.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ScopeMapInner.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.core.management.ProxyResource.toJson(com.azure.json.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.containerregistry.fluent.models.ScopeMapInner.type()"
fullName: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.type()"
name: "type()"
nameWithType: "ScopeMapInner.type()"
summary: "Get the type property: The type of the resource."
overridden: "com.azure.core.management.ProxyResource.type()"
syntax: "public String type()"
desc: "Get 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.containerregistry.fluent.models.ScopeMapInner.typePropertiesType()"
fullName: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.typePropertiesType()"
name: "typePropertiesType()"
nameWithType: "ScopeMapInner.typePropertiesType()"
summary: "Get the type property: The type of the scope map."
syntax: "public String typePropertiesType()"
desc: "Get the type property: The type of the scope map. E.g. BuildIn scope map."
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.containerregistry.fluent.models.ScopeMapInner.validate()"
fullName: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.validate()"
name: "validate()"
nameWithType: "ScopeMapInner.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.withActions(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.withActions(List<String> actions)"
name: "withActions(List<String> actions)"
nameWithType: "ScopeMapInner.withActions(List<String> actions)"
summary: "Set the actions property: The list of scoped permissions for registry artifacts."
parameters:
- description: "the actions value to set."
name: "actions"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public ScopeMapInner withActions(List<String> actions)"
desc: "Set the actions property: The list of scoped permissions for registry artifacts. E.g. repositories/repository-name/content/read, repositories/repository-name/metadata/write."
returns:
description: "the ScopeMapInner object itself."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner?alt=com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner&text=ScopeMapInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "ScopeMapInner.withDescription(String description)"
summary: "Set the description property: The user friendly description of the scope map."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ScopeMapInner withDescription(String description)"
desc: "Set the description property: The user friendly description of the scope map."
returns:
description: "the ScopeMapInner object itself."
type: "<xref href=\"com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner?alt=com.azure.resourcemanager.containerregistry.fluent.models.ScopeMapInner&text=ScopeMapInner\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "An object that represents a scope map for a container registry."
metadata: {}
package: "com.azure.resourcemanager.containerregistry.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-containerregistry:2.44.0