IHybridComputePrivateLinkScope Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.HybridComputePrivateLinkScopeTypeConverter))]
public interface IHybridComputePrivateLinkScope : Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IPrivateLinkScopesResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.HybridComputePrivateLinkScopeTypeConverter))>]
type IHybridComputePrivateLinkScope = interface
interface IJsonSerializable
interface IPrivateLinkScopesResource
Public Interface IHybridComputePrivateLinkScope
Implements IPrivateLinkScopesResource
- Derived
- Attributes
- Implements
Properties
Id |
Azure resource Id (Inherited from IPrivateLinkScopesResource) |
Location |
Resource location (Inherited from IPrivateLinkScopesResource) |
Name |
Azure resource name (Inherited from IPrivateLinkScopesResource) |
PrivateEndpointConnection |
The collection of associated Private Endpoint Connections. |
PrivateLinkScopeId |
The Guid id of the private link scope. |
ProvisioningState |
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. |
PublicNetworkAccess |
Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Tags |
Resource tags (Inherited from IPrivateLinkScopesResource) |
Type |
Azure resource type (Inherited from IPrivateLinkScopesResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |