Documentation ¶
Index ¶
- 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
- type DeleteOperationResponse
- type GetOperationResponse
- type ListCompleteResult
- type ListCustomPager
- type ListOperationResponse
- type PrivateDnsZoneConfig
- type PrivateDnsZoneGroup
- type PrivateDnsZoneGroupId
- func NewPrivateDnsZoneGroupID(subscriptionId string, resourceGroupName string, privateEndpointName string, ...) PrivateDnsZoneGroupId
- func ParsePrivateDnsZoneGroupID(input string) (*PrivateDnsZoneGroupId, error)
- func ParsePrivateDnsZoneGroupIDInsensitively(input string) (*PrivateDnsZoneGroupId, error)
- type PrivateDnsZoneGroupOperationPredicate
- type PrivateDnsZoneGroupPropertiesFormat
- type PrivateDnsZoneGroupsClient
- 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
- type PrivateEndpointId
- type ProvisioningState
- type RecordSet
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PossibleValuesForProvisioningState ¶
func PossibleValuesForProvisioningState() []string
func ValidatePrivateDnsZoneGroupID ¶
func ValidatePrivateDnsZoneGroupID(input interface{}, key string) (warnings []string, errors []error)
ValidatePrivateDnsZoneGroupID checks that 'input' can be parsed as a Private Dns Zone Group ID
func ValidatePrivateEndpointID ¶
ValidatePrivateEndpointID checks that 'input' can be parsed as a Private Endpoint ID
Types ¶
type DeleteOperationResponse ¶
type GetOperationResponse ¶
type GetOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *PrivateDnsZoneGroup }
type ListCompleteResult ¶
type ListCompleteResult struct { LatestHttpResponse *http.Response Items []PrivateDnsZoneGroup }
type ListCustomPager ¶ added in v0.20240628.1153531
func (*ListCustomPager) NextPageLink ¶ added in v0.20240628.1153531
func (p *ListCustomPager) NextPageLink() *odata.Link
type ListOperationResponse ¶
type ListOperationResponse struct { HttpResponse *http.Response OData *odata.OData Model *[]PrivateDnsZoneGroup }
type PrivateDnsZoneConfig ¶
type PrivateDnsZoneConfig struct { Name *string `json:"name,omitempty"` Properties *PrivateDnsZonePropertiesFormat `json:"properties,omitempty"` }
type PrivateDnsZoneGroup ¶
type PrivateDnsZoneGroup struct { Etag *string `json:"etag,omitempty"` Id *string `json:"id,omitempty"` Name *string `json:"name,omitempty"` Properties *PrivateDnsZoneGroupPropertiesFormat `json:"properties,omitempty"` }
type PrivateDnsZoneGroupId ¶
type PrivateDnsZoneGroupId struct { SubscriptionId string ResourceGroupName string PrivateEndpointName string PrivateDnsZoneGroupName string }
PrivateDnsZoneGroupId is a struct representing the Resource ID for a Private Dns Zone Group
func NewPrivateDnsZoneGroupID ¶
func NewPrivateDnsZoneGroupID(subscriptionId string, resourceGroupName string, privateEndpointName string, privateDnsZoneGroupName string) PrivateDnsZoneGroupId
NewPrivateDnsZoneGroupID returns a new PrivateDnsZoneGroupId struct
func ParsePrivateDnsZoneGroupID ¶
func ParsePrivateDnsZoneGroupID(input string) (*PrivateDnsZoneGroupId, error)
ParsePrivateDnsZoneGroupID parses 'input' into a PrivateDnsZoneGroupId
func ParsePrivateDnsZoneGroupIDInsensitively ¶
func ParsePrivateDnsZoneGroupIDInsensitively(input string) (*PrivateDnsZoneGroupId, error)
ParsePrivateDnsZoneGroupIDInsensitively parses 'input' case-insensitively into a PrivateDnsZoneGroupId note: this method should only be used for API response data and not user input
func (*PrivateDnsZoneGroupId) FromParseResult ¶
func (id *PrivateDnsZoneGroupId) FromParseResult(input resourceids.ParseResult) error
func (PrivateDnsZoneGroupId) ID ¶
func (id PrivateDnsZoneGroupId) ID() string
ID returns the formatted Private Dns Zone Group ID
func (PrivateDnsZoneGroupId) Segments ¶
func (id PrivateDnsZoneGroupId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Private Dns Zone Group ID
func (PrivateDnsZoneGroupId) String ¶
func (id PrivateDnsZoneGroupId) String() string
String returns a human-readable description of this Private Dns Zone Group ID
type PrivateDnsZoneGroupOperationPredicate ¶
func (PrivateDnsZoneGroupOperationPredicate) Matches ¶
func (p PrivateDnsZoneGroupOperationPredicate) Matches(input PrivateDnsZoneGroup) bool
type PrivateDnsZoneGroupPropertiesFormat ¶
type PrivateDnsZoneGroupPropertiesFormat struct { PrivateDnsZoneConfigs *[]PrivateDnsZoneConfig `json:"privateDnsZoneConfigs,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` }
type PrivateDnsZoneGroupsClient ¶
type PrivateDnsZoneGroupsClient struct {
Client *resourcemanager.Client
}
func NewPrivateDnsZoneGroupsClientWithBaseURI ¶
func NewPrivateDnsZoneGroupsClientWithBaseURI(sdkApi sdkEnv.Api) (*PrivateDnsZoneGroupsClient, error)
func (PrivateDnsZoneGroupsClient) CreateOrUpdate ¶
func (c PrivateDnsZoneGroupsClient) CreateOrUpdate(ctx context.Context, id PrivateDnsZoneGroupId, input PrivateDnsZoneGroup) (result CreateOrUpdateOperationResponse, err error)
CreateOrUpdate ...
func (PrivateDnsZoneGroupsClient) CreateOrUpdateThenPoll ¶
func (c PrivateDnsZoneGroupsClient) CreateOrUpdateThenPoll(ctx context.Context, id PrivateDnsZoneGroupId, input PrivateDnsZoneGroup) error
CreateOrUpdateThenPoll performs CreateOrUpdate then polls until it's completed
func (PrivateDnsZoneGroupsClient) Delete ¶
func (c PrivateDnsZoneGroupsClient) Delete(ctx context.Context, id PrivateDnsZoneGroupId) (result DeleteOperationResponse, err error)
Delete ...
func (PrivateDnsZoneGroupsClient) DeleteThenPoll ¶
func (c PrivateDnsZoneGroupsClient) DeleteThenPoll(ctx context.Context, id PrivateDnsZoneGroupId) error
DeleteThenPoll performs Delete then polls until it's completed
func (PrivateDnsZoneGroupsClient) Get ¶
func (c PrivateDnsZoneGroupsClient) Get(ctx context.Context, id PrivateDnsZoneGroupId) (result GetOperationResponse, err error)
Get ...
func (PrivateDnsZoneGroupsClient) List ¶
func (c PrivateDnsZoneGroupsClient) List(ctx context.Context, id PrivateEndpointId) (result ListOperationResponse, err error)
List ...
func (PrivateDnsZoneGroupsClient) ListComplete ¶
func (c PrivateDnsZoneGroupsClient) ListComplete(ctx context.Context, id PrivateEndpointId) (ListCompleteResult, error)
ListComplete retrieves all the results into a single object
func (PrivateDnsZoneGroupsClient) ListCompleteMatchingPredicate ¶
func (c PrivateDnsZoneGroupsClient) ListCompleteMatchingPredicate(ctx context.Context, id PrivateEndpointId, predicate PrivateDnsZoneGroupOperationPredicate) (result ListCompleteResult, err error)
ListCompleteMatchingPredicate retrieves all the results and then applies the predicate
type PrivateEndpointId ¶
type PrivateEndpointId struct { SubscriptionId string ResourceGroupName string PrivateEndpointName string }
PrivateEndpointId is a struct representing the Resource ID for a Private Endpoint
func NewPrivateEndpointID ¶
func NewPrivateEndpointID(subscriptionId string, resourceGroupName string, privateEndpointName string) PrivateEndpointId
NewPrivateEndpointID returns a new PrivateEndpointId struct
func ParsePrivateEndpointID ¶
func ParsePrivateEndpointID(input string) (*PrivateEndpointId, error)
ParsePrivateEndpointID parses 'input' into a PrivateEndpointId
func ParsePrivateEndpointIDInsensitively ¶
func ParsePrivateEndpointIDInsensitively(input string) (*PrivateEndpointId, error)
ParsePrivateEndpointIDInsensitively parses 'input' case-insensitively into a PrivateEndpointId note: this method should only be used for API response data and not user input
func (*PrivateEndpointId) FromParseResult ¶
func (id *PrivateEndpointId) FromParseResult(input resourceids.ParseResult) error
func (PrivateEndpointId) ID ¶
func (id PrivateEndpointId) ID() string
ID returns the formatted Private Endpoint ID
func (PrivateEndpointId) Segments ¶
func (id PrivateEndpointId) Segments() []resourceids.Segment
Segments returns a slice of Resource ID Segments which comprise this Private Endpoint ID
func (PrivateEndpointId) String ¶
func (id PrivateEndpointId) String() string
String returns a human-readable description of this Private Endpoint ID
type ProvisioningState ¶
type ProvisioningState string
const ( ProvisioningStateDeleting ProvisioningState = "Deleting" ProvisioningStateFailed ProvisioningState = "Failed" ProvisioningStateSucceeded ProvisioningState = "Succeeded" ProvisioningStateUpdating ProvisioningState = "Updating" )
func (*ProvisioningState) UnmarshalJSON ¶
func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error
type RecordSet ¶
type RecordSet struct { Fqdn *string `json:"fqdn,omitempty"` IPAddresses *[]string `json:"ipAddresses,omitempty"` ProvisioningState *ProvisioningState `json:"provisioningState,omitempty"` RecordSetName *string `json:"recordSetName,omitempty"` RecordType *string `json:"recordType,omitempty"` Ttl *int64 `json:"ttl,omitempty"` }
Source Files ¶
- client.go
- constants.go
- id_privatednszonegroup.go
- id_privateendpoint.go
- method_createorupdate.go
- method_delete.go
- method_get.go
- method_list.go
- model_privatednszoneconfig.go
- model_privatednszonegroup.go
- model_privatednszonegrouppropertiesformat.go
- model_privatednszonepropertiesformat.go
- model_recordset.go
- predicates.go
- version.go