Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForPublicNetworkAccessType() []string + func ValidateMachineID(input interface{}, key string) (warnings []string, errors []error) + func ValidatePrivateLinkScopeID(input interface{}, key string) (warnings []string, errors []error) + func ValidateProviderPrivateLinkScopeID(input interface{}, key string) (warnings []string, errors []error) + type ConnectionDetail struct + GroupId *string + Id *string + LinkIdentifier *string + MemberName *string + PrivateIPAddress *string + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *HybridComputePrivateLinkScope + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *HybridComputePrivateLinkScope + OData *odata.OData + type GetValidationDetailsForMachineOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkScopeValidationDetails + OData *odata.OData + type GetValidationDetailsOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkScopeValidationDetails + OData *odata.OData + type HybridComputePrivateLinkScope struct + Id *string + Location string + Name *string + Properties *HybridComputePrivateLinkScopeProperties + SystemData *systemdata.SystemData + Tags *map[string]string + Type *string + type HybridComputePrivateLinkScopeOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p HybridComputePrivateLinkScopeOperationPredicate) Matches(input HybridComputePrivateLinkScope) bool + type HybridComputePrivateLinkScopeProperties struct + PrivateEndpointConnections *[]PrivateEndpointConnectionDataModel + PrivateLinkScopeId *string + ProvisioningState *string + PublicNetworkAccess *PublicNetworkAccessType + type ListByResourceGroupCompleteResult struct + Items []HybridComputePrivateLinkScope + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]HybridComputePrivateLinkScope + OData *odata.OData + type ListCompleteResult struct + Items []HybridComputePrivateLinkScope + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]HybridComputePrivateLinkScope + OData *odata.OData + type MachineId struct + MachineName string + ResourceGroupName string + SubscriptionId string + func NewMachineID(subscriptionId string, resourceGroupName string, machineName string) MachineId + func ParseMachineID(input string) (*MachineId, error) + func ParseMachineIDInsensitively(input string) (*MachineId, error) + func (id *MachineId) FromParseResult(input resourceids.ParseResult) error + func (id MachineId) ID() string + func (id MachineId) Segments() []resourceids.Segment + func (id MachineId) String() string + type PrivateEndpointConnectionDataModel struct + Id *string + Name *string + Properties *PrivateEndpointConnectionProperties + Type *string + type PrivateEndpointConnectionProperties struct + GroupIds *[]string + PrivateEndpoint *PrivateEndpointProperty + PrivateLinkServiceConnectionState *PrivateLinkServiceConnectionStateProperty + ProvisioningState *string + type PrivateEndpointProperty struct + Id *string + type PrivateLinkScopeId struct + LocationName string + PrivateLinkScopeId string + SubscriptionId string + func NewPrivateLinkScopeID(subscriptionId string, locationName string, privateLinkScopeId string) PrivateLinkScopeId + func ParsePrivateLinkScopeID(input string) (*PrivateLinkScopeId, error) + func ParsePrivateLinkScopeIDInsensitively(input string) (*PrivateLinkScopeId, error) + func (id *PrivateLinkScopeId) FromParseResult(input resourceids.ParseResult) error + func (id PrivateLinkScopeId) ID() string + func (id PrivateLinkScopeId) Segments() []resourceids.Segment + func (id PrivateLinkScopeId) String() string + type PrivateLinkScopeValidationDetails struct + ConnectionDetails *[]ConnectionDetail + Id *string + PublicNetworkAccess *PublicNetworkAccessType + type PrivateLinkScopesClient struct + Client *resourcemanager.Client + func NewPrivateLinkScopesClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateLinkScopesClient, error) + func (c PrivateLinkScopesClient) CreateOrUpdate(ctx context.Context, id ProviderPrivateLinkScopeId, ...) (result CreateOrUpdateOperationResponse, err error) + func (c PrivateLinkScopesClient) Delete(ctx context.Context, id ProviderPrivateLinkScopeId) (result DeleteOperationResponse, err error) + func (c PrivateLinkScopesClient) DeleteThenPoll(ctx context.Context, id ProviderPrivateLinkScopeId) error + func (c PrivateLinkScopesClient) Get(ctx context.Context, id ProviderPrivateLinkScopeId) (result GetOperationResponse, err error) + func (c PrivateLinkScopesClient) GetValidationDetails(ctx context.Context, id PrivateLinkScopeId) (result GetValidationDetailsOperationResponse, err error) + func (c PrivateLinkScopesClient) GetValidationDetailsForMachine(ctx context.Context, id MachineId) (result GetValidationDetailsForMachineOperationResponse, err error) + func (c PrivateLinkScopesClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c PrivateLinkScopesClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c PrivateLinkScopesClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c PrivateLinkScopesClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c PrivateLinkScopesClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c PrivateLinkScopesClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + func (c PrivateLinkScopesClient) UpdateTags(ctx context.Context, id ProviderPrivateLinkScopeId, input TagsResource) (result UpdateTagsOperationResponse, err error) + type PrivateLinkServiceConnectionStateProperty struct + ActionsRequired *string + Description string + Status string + type ProviderPrivateLinkScopeId struct + PrivateLinkScopeName string + ResourceGroupName string + SubscriptionId string + func NewProviderPrivateLinkScopeID(subscriptionId string, resourceGroupName string, privateLinkScopeName string) ProviderPrivateLinkScopeId + func ParseProviderPrivateLinkScopeID(input string) (*ProviderPrivateLinkScopeId, error) + func ParseProviderPrivateLinkScopeIDInsensitively(input string) (*ProviderPrivateLinkScopeId, error) + func (id *ProviderPrivateLinkScopeId) FromParseResult(input resourceids.ParseResult) error + func (id ProviderPrivateLinkScopeId) ID() string + func (id ProviderPrivateLinkScopeId) Segments() []resourceids.Segment + func (id ProviderPrivateLinkScopeId) String() string + type PublicNetworkAccessType string + const PublicNetworkAccessTypeDisabled + const PublicNetworkAccessTypeEnabled + func (s *PublicNetworkAccessType) UnmarshalJSON(bytes []byte) error + type TagsResource struct + Tags *map[string]string + type UpdateTagsOperationResponse struct + HttpResponse *http.Response + Model *HybridComputePrivateLinkScope + OData *odata.OData