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

81 строка
7.0 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.msi.fluent.SystemAssignedIdentitiesClient"
fullName: "com.azure.resourcemanager.msi.fluent.SystemAssignedIdentitiesClient"
name: "SystemAssignedIdentitiesClient"
nameWithType: "SystemAssignedIdentitiesClient"
summary: "An instance of this class provides access to all the operations defined in System<wbr>Assigned<wbr>Identities<wbr>Client."
syntax: "public interface **SystemAssignedIdentitiesClient**"
methods:
- uid: "com.azure.resourcemanager.msi.fluent.SystemAssignedIdentitiesClient.getByScope(java.lang.String)"
fullName: "com.azure.resourcemanager.msi.fluent.SystemAssignedIdentitiesClient.getByScope(String scope)"
name: "getByScope(String scope)"
nameWithType: "SystemAssignedIdentitiesClient.getByScope(String scope)"
summary: "Gets the system<wbr>Assigned<wbr>Identity available under the specified RP scope."
modifiers:
- "abstract"
parameters:
- description: "The resource provider scope of the resource. Parent resource being extended by Managed Identities."
name: "scope"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SystemAssignedIdentityInner getByScope(String scope)"
desc: "Gets the systemAssignedIdentity available under the specified RP scope."
returns:
description: "the systemAssignedIdentity available under the specified RP scope."
type: "<xref href=\"com.azure.resourcemanager.msi.fluent.models.SystemAssignedIdentityInner?alt=com.azure.resourcemanager.msi.fluent.models.SystemAssignedIdentityInner&text=SystemAssignedIdentityInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.msi.fluent.SystemAssignedIdentitiesClient.getByScopeAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.msi.fluent.SystemAssignedIdentitiesClient.getByScopeAsync(String scope)"
name: "getByScopeAsync(String scope)"
nameWithType: "SystemAssignedIdentitiesClient.getByScopeAsync(String scope)"
summary: "Gets the system<wbr>Assigned<wbr>Identity available under the specified RP scope."
modifiers:
- "abstract"
parameters:
- description: "The resource provider scope of the resource. Parent resource being extended by Managed Identities."
name: "scope"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<SystemAssignedIdentityInner> getByScopeAsync(String scope)"
desc: "Gets the systemAssignedIdentity available under the specified RP scope."
returns:
description: "the systemAssignedIdentity available under the specified RP scope on successful completion of\n <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.msi.fluent.models.SystemAssignedIdentityInner?alt=com.azure.resourcemanager.msi.fluent.models.SystemAssignedIdentityInner&text=SystemAssignedIdentityInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.msi.fluent.SystemAssignedIdentitiesClient.getByScopeWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.msi.fluent.SystemAssignedIdentitiesClient.getByScopeWithResponse(String scope, Context context)"
name: "getByScopeWithResponse(String scope, Context context)"
nameWithType: "SystemAssignedIdentitiesClient.getByScopeWithResponse(String scope, Context context)"
summary: "Gets the system<wbr>Assigned<wbr>Identity available under the specified RP scope."
modifiers:
- "abstract"
parameters:
- description: "The resource provider scope of the resource. Parent resource being extended by Managed Identities."
name: "scope"
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<SystemAssignedIdentityInner> getByScopeWithResponse(String scope, Context context)"
desc: "Gets the systemAssignedIdentity available under the specified RP scope."
returns:
description: "the systemAssignedIdentity available under the specified RP scope 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\" />&lt;<xref href=\"com.azure.resourcemanager.msi.fluent.models.SystemAssignedIdentityInner?alt=com.azure.resourcemanager.msi.fluent.models.SystemAssignedIdentityInner&text=SystemAssignedIdentityInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.msi.fluent.SystemAssignedIdentitiesClient.getByScopeWithResponseAsync(java.lang.String)"
fullName: "com.azure.resourcemanager.msi.fluent.SystemAssignedIdentitiesClient.getByScopeWithResponseAsync(String scope)"
name: "getByScopeWithResponseAsync(String scope)"
nameWithType: "SystemAssignedIdentitiesClient.getByScopeWithResponseAsync(String scope)"
summary: "Gets the system<wbr>Assigned<wbr>Identity available under the specified RP scope."
modifiers:
- "abstract"
parameters:
- description: "The resource provider scope of the resource. Parent resource being extended by Managed Identities."
name: "scope"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<SystemAssignedIdentityInner>> getByScopeWithResponseAsync(String scope)"
desc: "Gets the systemAssignedIdentity available under the specified RP scope."
returns:
description: "the systemAssignedIdentity available under the specified RP scope along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on\n successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.msi.fluent.models.SystemAssignedIdentityInner?alt=com.azure.resourcemanager.msi.fluent.models.SystemAssignedIdentityInner&text=SystemAssignedIdentityInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in SystemAssignedIdentitiesClient."
metadata: {}
package: "com.azure.resourcemanager.msi.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-msi:2.44.0