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 PossibleValuesForProvisioningState() []string + func ValidatePrivateDnsZoneGroupID(input interface{}, key string) (warnings []string, errors []error) + func ValidatePrivateEndpointID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *PrivateDnsZoneGroup + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationResponse struct + HttpResponse *http.Response + Model *PrivateDnsZoneGroup + OData *odata.OData + type ListCompleteResult struct + Items []PrivateDnsZoneGroup + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]PrivateDnsZoneGroup + OData *odata.OData + type PrivateDnsZoneConfig struct + Name *string + Properties *PrivateDnsZonePropertiesFormat + type PrivateDnsZoneGroup struct + Etag *string + Id *string + Name *string + Properties *PrivateDnsZoneGroupPropertiesFormat + type PrivateDnsZoneGroupId struct + PrivateDnsZoneGroupName string + PrivateEndpointName string + ResourceGroupName string + SubscriptionId string + func NewPrivateDnsZoneGroupID(subscriptionId string, resourceGroupName string, privateEndpointName string, ...) PrivateDnsZoneGroupId + func ParsePrivateDnsZoneGroupID(input string) (*PrivateDnsZoneGroupId, error) + func ParsePrivateDnsZoneGroupIDInsensitively(input string) (*PrivateDnsZoneGroupId, error) + func (id *PrivateDnsZoneGroupId) FromParseResult(input resourceids.ParseResult) error + func (id PrivateDnsZoneGroupId) ID() string + func (id PrivateDnsZoneGroupId) Segments() []resourceids.Segment + func (id PrivateDnsZoneGroupId) String() string + type PrivateDnsZoneGroupOperationPredicate struct + Etag *string + Id *string + Name *string + func (p PrivateDnsZoneGroupOperationPredicate) Matches(input PrivateDnsZoneGroup) bool + type PrivateDnsZoneGroupPropertiesFormat struct + PrivateDnsZoneConfigs *[]PrivateDnsZoneConfig + ProvisioningState *ProvisioningState + type PrivateDnsZoneGroupsClient struct + Client *resourcemanager.Client + func NewPrivateDnsZoneGroupsClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateDnsZoneGroupsClient, error) + func (c PrivateDnsZoneGroupsClient) CreateOrUpdate(ctx context.Context, id PrivateDnsZoneGroupId, input PrivateDnsZoneGroup) (result CreateOrUpdateOperationResponse, err error) + func (c PrivateDnsZoneGroupsClient) CreateOrUpdateThenPoll(ctx context.Context, id PrivateDnsZoneGroupId, input PrivateDnsZoneGroup) error + func (c PrivateDnsZoneGroupsClient) Delete(ctx context.Context, id PrivateDnsZoneGroupId) (result DeleteOperationResponse, err error) + func (c PrivateDnsZoneGroupsClient) DeleteThenPoll(ctx context.Context, id PrivateDnsZoneGroupId) error + func (c PrivateDnsZoneGroupsClient) Get(ctx context.Context, id PrivateDnsZoneGroupId) (result GetOperationResponse, err error) + func (c PrivateDnsZoneGroupsClient) List(ctx context.Context, id PrivateEndpointId) (result ListOperationResponse, err error) + func (c PrivateDnsZoneGroupsClient) ListComplete(ctx context.Context, id PrivateEndpointId) (ListCompleteResult, error) + func (c PrivateDnsZoneGroupsClient) ListCompleteMatchingPredicate(ctx context.Context, id PrivateEndpointId, ...) (result ListCompleteResult, err error) + type PrivateDnsZonePropertiesFormat struct + PrivateDnsZoneId *string + RecordSets *[]RecordSet + type PrivateEndpointId struct + PrivateEndpointName string + ResourceGroupName string + SubscriptionId string + func NewPrivateEndpointID(subscriptionId string, resourceGroupName string, privateEndpointName string) PrivateEndpointId + func ParsePrivateEndpointID(input string) (*PrivateEndpointId, error) + func ParsePrivateEndpointIDInsensitively(input string) (*PrivateEndpointId, error) + func (id *PrivateEndpointId) FromParseResult(input resourceids.ParseResult) error + func (id PrivateEndpointId) ID() string + func (id PrivateEndpointId) Segments() []resourceids.Segment + func (id PrivateEndpointId) String() string + type ProvisioningState string + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type RecordSet struct + Fqdn *string + IPAddresses *[]string + ProvisioningState *ProvisioningState + RecordSetName *string + RecordType *string + Ttl *int64