80 строки
5.5 KiB
YAML
80 строки
5.5 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentity"
|
|
fullName: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentity"
|
|
name: "CacheIdentity"
|
|
nameWithType: "CacheIdentity"
|
|
summary: "Cache identity properties."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **CacheIdentity**"
|
|
constructors:
|
|
- uid: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentity.CacheIdentity()"
|
|
fullName: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentity.CacheIdentity()"
|
|
name: "CacheIdentity()"
|
|
nameWithType: "CacheIdentity.CacheIdentity()"
|
|
syntax: "public CacheIdentity()"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentity.principalId()"
|
|
fullName: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentity.principalId()"
|
|
name: "principalId()"
|
|
nameWithType: "CacheIdentity.principalId()"
|
|
summary: "Get the principal id of the cache."
|
|
syntax: "public String principalId()"
|
|
desc: "Get the principal id of the cache."
|
|
returns:
|
|
description: "the principalId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentity.tenantId()"
|
|
fullName: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentity.tenantId()"
|
|
name: "tenantId()"
|
|
nameWithType: "CacheIdentity.tenantId()"
|
|
summary: "Get the tenant id associated with the cache."
|
|
syntax: "public String tenantId()"
|
|
desc: "Get the tenant id associated with the cache."
|
|
returns:
|
|
description: "the tenantId value"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentity.type()"
|
|
fullName: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentity.type()"
|
|
name: "type()"
|
|
nameWithType: "CacheIdentity.type()"
|
|
summary: "Get the type of identity used for the cache."
|
|
syntax: "public CacheIdentityType type()"
|
|
desc: "Get the type of identity used for the cache. Possible values include: 'SystemAssigned', 'None'."
|
|
returns:
|
|
description: "the type value"
|
|
type: "<xref href=\"com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentityType?alt=com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentityType&text=CacheIdentityType\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentity.withType(com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentityType)"
|
|
fullName: "com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentity.withType(CacheIdentityType type)"
|
|
name: "withType(CacheIdentityType type)"
|
|
nameWithType: "CacheIdentity.withType(CacheIdentityType type)"
|
|
summary: "Set the type of identity used for the cache."
|
|
parameters:
|
|
- description: "the type value to set"
|
|
name: "type"
|
|
type: "<xref href=\"com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentityType?alt=com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentityType&text=CacheIdentityType\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public CacheIdentity withType(CacheIdentityType type)"
|
|
desc: "Set the type of identity used for the cache. Possible values include: 'SystemAssigned', 'None'."
|
|
returns:
|
|
description: "the CacheIdentity object itself."
|
|
type: "<xref href=\"com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentity?alt=com.microsoft.azure.management.storagecache.v2020_03_01.CacheIdentity&text=CacheIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Cache identity properties."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.storagecache.v2020_03_01"
|
|
artifact: com.microsoft.azure.storagecache.v2020_03_01:azure-mgmt-storagecache:1.0.0-beta
|