Uses of Class
com.azure.resourcemanager.network.models.SecurityPerimeterSystemData
Packages that use SecurityPerimeterSystemData
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of SecurityPerimeterSystemData in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return SecurityPerimeterSystemDataModifier and TypeMethodDescriptionNetworkSecurityPerimeterInner.systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.NspAccessRuleInner.systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.NspAssociationInner.systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.NspLinkInner.systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.NspLinkReferenceInner.systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.NspLoggingConfigurationInner.systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.NspProfileInner.systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information. -
Uses of SecurityPerimeterSystemData in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type SecurityPerimeterSystemDataModifier and TypeClassDescriptionfinal classMetadata pertaining to creation and last modification of the resource.Methods in com.azure.resourcemanager.network.models that return SecurityPerimeterSystemDataModifier and TypeMethodDescriptionstatic SecurityPerimeterSystemDataSecurityPerimeterSystemData.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecurityPerimeterSystemData from the JsonReader.SecurityPerimeterProxyResource.systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.SecurityPerimeterResource.systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.TrackedResource.systemData()Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.SecurityPerimeterSystemData.withCreatedAt(OffsetDateTime createdAt) Set the createdAt property: The timestamp of resource creation (UTC).SecurityPerimeterSystemData.withCreatedBy(String createdBy) Set the createdBy property: The identity that created the resource.SecurityPerimeterSystemData.withCreatedByType(CreatedByType createdByType) Set the createdByType property: The type of identity that created the resource.SecurityPerimeterSystemData.withLastModifiedAt(OffsetDateTime lastModifiedAt) Set the lastModifiedAt property: The timestamp of resource last modification (UTC).SecurityPerimeterSystemData.withLastModifiedBy(String lastModifiedBy) Set the lastModifiedBy property: The identity that last modified the resource.SecurityPerimeterSystemData.withLastModifiedByType(CreatedByType lastModifiedByType) Set the lastModifiedByType property: The type of identity that last modified the resource.