Class AzureMonitorPrivateLinkScopeInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.core.management.Resource
-
- com.azure.resourcemanager.monitor.models.PrivateLinkScopesResource
-
- com.azure.resourcemanager.monitor.fluent.models.AzureMonitorPrivateLinkScopeInner
-
public class AzureMonitorPrivateLinkScopeInner extends PrivateLinkScopesResource
An Azure Monitor PrivateLinkScope definition.
-
-
Constructor Summary
Constructors Constructor Description AzureMonitorPrivateLinkScopeInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PrivateEndpointConnectionInner>privateEndpointConnections()Get the privateEndpointConnections property: List of private endpoint connections.StringprovisioningState()Get the provisioningState property: Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined.voidvalidate()Validates the instance.AzureMonitorPrivateLinkScopeInnerwithLocation(String location)AzureMonitorPrivateLinkScopeInnerwithTags(Map<String,String> tags)
-
-
-
Method Detail
-
provisioningState
public String provisioningState()
Get the provisioningState property: Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed.- Returns:
- the provisioningState value.
-
privateEndpointConnections
public List<PrivateEndpointConnectionInner> privateEndpointConnections()
Get the privateEndpointConnections property: List of private endpoint connections.- Returns:
- the privateEndpointConnections value.
-
withLocation
public AzureMonitorPrivateLinkScopeInner withLocation(String location)
- Overrides:
withLocationin classPrivateLinkScopesResource
-
withTags
public AzureMonitorPrivateLinkScopeInner withTags(Map<String,String> tags)
- Overrides:
withTagsin classPrivateLinkScopesResource
-
validate
public void validate()
Validates the instance.- Overrides:
validatein classPrivateLinkScopesResource- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-