| Package | Description |
|---|---|
| com.azure.resourcemanager.cdn.models |
Package containing the data models for CdnManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static IdentityType |
IdentityType.APPLICATION
Static value application for IdentityType.
|
static IdentityType |
IdentityType.KEY
Static value key for IdentityType.
|
static IdentityType |
IdentityType.MANAGED_IDENTITY
Static value managedIdentity for IdentityType.
|
static IdentityType |
IdentityType.USER
Static value user for IdentityType.
|
| Modifier and Type | Method and Description |
|---|---|
IdentityType |
SystemData.createdByType()
Get the createdByType property: The type of identity that created the resource.
|
static IdentityType |
IdentityType.fromString(String name)
Creates or finds a IdentityType from its string representation.
|
IdentityType |
SystemData.lastModifiedByType()
Get the lastModifiedByType property: The type of identity that last modified the resource.
|
| Modifier and Type | Method and Description |
|---|---|
SystemData |
SystemData.withCreatedByType(IdentityType createdByType)
Set the createdByType property: The type of identity that created the resource.
|
SystemData |
SystemData.withLastModifiedByType(IdentityType lastModifiedByType)
Set the lastModifiedByType property: The type of identity that last modified the resource.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.