Uses of Class
com.azure.resourcemanager.cdn.models.SystemData
-
Packages that use SystemData Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of SystemData in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return SystemData Modifier and Type Method Description SystemDataAfdDomainInner. systemData()Get the systemData property: Read only system data.SystemDataAfdEndpointInner. systemData()Get the systemData property: Read only system data.SystemDataAfdOriginGroupInner. systemData()Get the systemData property: Read only system data.SystemDataAfdOriginInner. systemData()Get the systemData property: Read only system data.SystemDataCdnWebApplicationFirewallPolicyInner. systemData()Get the systemData property: Read only system data.SystemDataCustomDomainInner. systemData()Get the systemData property: Read only system data.SystemDataEdgeNodeInner. systemData()Get the systemData property: Read only system data.SystemDataEndpointInner. systemData()Get the systemData property: Read only system data.SystemDataManagedRuleSetDefinitionInner. systemData()Get the systemData property: Read only system data.SystemDataOriginGroupInner. systemData()Get the systemData property: Read only system data.SystemDataOriginInner. systemData()Get the systemData property: Read only system data.SystemDataRouteInner. systemData()Get the systemData property: Read only system data.SystemDataRuleInner. systemData()Get the systemData property: Read only system data.SystemDataRuleSetInner. systemData()Get the systemData property: Read only system data.SystemDataSecretInner. systemData()Get the systemData property: Read only system data.SystemDataSecurityPolicyInner. systemData()Get the systemData property: Read only system data. -
Uses of SystemData in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return SystemData Modifier and Type Method Description SystemDataSystemData. withCreatedAt(OffsetDateTime createdAt)Set the createdAt property: The timestamp of resource creation (UTC).SystemDataSystemData. withCreatedBy(String createdBy)Set the createdBy property: An identifier for the identity that created the resource.SystemDataSystemData. withCreatedByType(IdentityType createdByType)Set the createdByType property: The type of identity that created the resource.SystemDataSystemData. withLastModifiedAt(OffsetDateTime lastModifiedAt)Set the lastModifiedAt property: The timestamp of resource last modification (UTC).SystemDataSystemData. withLastModifiedBy(String lastModifiedBy)Set the lastModifiedBy property: An identifier for the identity that last modified the resource.SystemDataSystemData. withLastModifiedByType(IdentityType lastModifiedByType)Set the lastModifiedByType property: The type of identity that last modified the resource.
-