Interface ApplicationSecurityGroup
-
- All Superinterfaces:
GroupableResource<NetworkManager,ApplicationSecurityGroupInner>,HasId,HasInnerModel<ApplicationSecurityGroupInner>,HasManager<NetworkManager>,HasName,HasResourceGroup,Indexable,Refreshable<ApplicationSecurityGroup>,Resource,Updatable<ApplicationSecurityGroup.Update>
public interface ApplicationSecurityGroup extends GroupableResource<NetworkManager,ApplicationSecurityGroupInner>, Refreshable<ApplicationSecurityGroup>, Updatable<ApplicationSecurityGroup.Update>
Application security group.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceApplicationSecurityGroup.DefinitionThe entirety of the application security group definition.static interfaceApplicationSecurityGroup.DefinitionStagesGrouping of application security group definition stages.static interfaceApplicationSecurityGroup.UpdateThe template for an update operation, containing all the settings that can be modified.-
Nested classes/interfaces inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
Resource.DefinitionWithRegion<T extends Object>, Resource.DefinitionWithTags<T extends Object>, Resource.UpdateWithTags<T extends Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringprovisioningState()StringresourceGuid()-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel
innerModel
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasResourceGroup
resourceGroupName
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Refreshable
refresh, refreshAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.Resource
region, regionName, tags, type
-
-
-
-
Method Detail
-
resourceGuid
String resourceGuid()
- Returns:
- the resource GUID property of the application security group resource. It uniquely identifies a resource, even if the user changes its name or migrate the resource across subscriptions or resource groups.
-
provisioningState
String provisioningState()
- Returns:
- the provisioning state of the application security group resource
-
-