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 PossibleValuesForIPVersion() []string + func PossibleValuesForNatGatewaySkuName() []string + func PossibleValuesForProvisioningState() []string + func PossibleValuesForPublicIPPrefixSkuName() []string + func PossibleValuesForPublicIPPrefixSkuTier() []string + func ValidatePublicIPPrefixID(input interface{}, key string) (warnings []string, errors []error) + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *PublicIPPrefix + OData *odata.OData + Poller pollers.Poller + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type GetOperationOptions struct + Expand *string + func DefaultGetOperationOptions() GetOperationOptions + func (o GetOperationOptions) ToHeaders() *client.Headers + func (o GetOperationOptions) ToOData() *odata.Query + func (o GetOperationOptions) ToQuery() *client.QueryParams + type GetOperationResponse struct + HttpResponse *http.Response + Model *PublicIPPrefix + OData *odata.OData + type IPTag struct + IPTagType *string + Tag *string + type IPVersion string + const IPVersionIPvFour + const IPVersionIPvSix + func (s *IPVersion) UnmarshalJSON(bytes []byte) error + type ListAllCompleteResult struct + Items []PublicIPPrefix + LatestHttpResponse *http.Response + type ListAllCustomPager struct + NextLink *odata.Link + func (p *ListAllCustomPager) NextPageLink() *odata.Link + type ListAllOperationResponse struct + HttpResponse *http.Response + Model *[]PublicIPPrefix + OData *odata.OData + type ListCompleteResult struct + Items []PublicIPPrefix + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]PublicIPPrefix + OData *odata.OData + type NatGateway struct + Etag *string + Id *string + Location *string + Name *string + Properties *NatGatewayPropertiesFormat + Sku *NatGatewaySku + Tags *map[string]string + Type *string + Zones *zones.Schema + type NatGatewayPropertiesFormat struct + IdleTimeoutInMinutes *int64 + ProvisioningState *ProvisioningState + PublicIPAddresses *[]SubResource + PublicIPPrefixes *[]SubResource + ResourceGuid *string + Subnets *[]SubResource + type NatGatewaySku struct + Name *NatGatewaySkuName + type NatGatewaySkuName string + const NatGatewaySkuNameStandard + func (s *NatGatewaySkuName) UnmarshalJSON(bytes []byte) error + type ProvisioningState string + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateSucceeded + const ProvisioningStateUpdating + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type PublicIPPrefix struct + Etag *string + ExtendedLocation *edgezones.Model + Id *string + Location *string + Name *string + Properties *PublicIPPrefixPropertiesFormat + Sku *PublicIPPrefixSku + Tags *map[string]string + Type *string + Zones *zones.Schema + type PublicIPPrefixId struct + PublicIPPrefixName string + ResourceGroupName string + SubscriptionId string + func NewPublicIPPrefixID(subscriptionId string, resourceGroupName string, publicIPPrefixName string) PublicIPPrefixId + func ParsePublicIPPrefixID(input string) (*PublicIPPrefixId, error) + func ParsePublicIPPrefixIDInsensitively(input string) (*PublicIPPrefixId, error) + func (id *PublicIPPrefixId) FromParseResult(input resourceids.ParseResult) error + func (id PublicIPPrefixId) ID() string + func (id PublicIPPrefixId) Segments() []resourceids.Segment + func (id PublicIPPrefixId) String() string + type PublicIPPrefixOperationPredicate struct + Etag *string + Id *string + Location *string + Name *string + Type *string + func (p PublicIPPrefixOperationPredicate) Matches(input PublicIPPrefix) bool + type PublicIPPrefixPropertiesFormat struct + CustomIPPrefix *SubResource + IPPrefix *string + IPTags *[]IPTag + LoadBalancerFrontendIPConfiguration *SubResource + NatGateway *NatGateway + PrefixLength *int64 + ProvisioningState *ProvisioningState + PublicIPAddressVersion *IPVersion + PublicIPAddresses *[]ReferencedPublicIPAddress + ResourceGuid *string + type PublicIPPrefixSku struct + Name *PublicIPPrefixSkuName + Tier *PublicIPPrefixSkuTier + type PublicIPPrefixSkuName string + const PublicIPPrefixSkuNameStandard + func (s *PublicIPPrefixSkuName) UnmarshalJSON(bytes []byte) error + type PublicIPPrefixSkuTier string + const PublicIPPrefixSkuTierGlobal + const PublicIPPrefixSkuTierRegional + func (s *PublicIPPrefixSkuTier) UnmarshalJSON(bytes []byte) error + type PublicIPPrefixesClient struct + Client *resourcemanager.Client + func NewPublicIPPrefixesClientWithBaseURI(sdkApi sdkEnv.Api) (*PublicIPPrefixesClient, error) + func (c PublicIPPrefixesClient) CreateOrUpdate(ctx context.Context, id PublicIPPrefixId, input PublicIPPrefix) (result CreateOrUpdateOperationResponse, err error) + func (c PublicIPPrefixesClient) CreateOrUpdateThenPoll(ctx context.Context, id PublicIPPrefixId, input PublicIPPrefix) error + func (c PublicIPPrefixesClient) Delete(ctx context.Context, id PublicIPPrefixId) (result DeleteOperationResponse, err error) + func (c PublicIPPrefixesClient) DeleteThenPoll(ctx context.Context, id PublicIPPrefixId) error + func (c PublicIPPrefixesClient) Get(ctx context.Context, id PublicIPPrefixId, options GetOperationOptions) (result GetOperationResponse, err error) + func (c PublicIPPrefixesClient) List(ctx context.Context, id commonids.ResourceGroupId) (result ListOperationResponse, err error) + func (c PublicIPPrefixesClient) ListAll(ctx context.Context, id commonids.SubscriptionId) (result ListAllOperationResponse, err error) + func (c PublicIPPrefixesClient) ListAllComplete(ctx context.Context, id commonids.SubscriptionId) (ListAllCompleteResult, error) + func (c PublicIPPrefixesClient) ListAllCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListAllCompleteResult, err error) + func (c PublicIPPrefixesClient) ListComplete(ctx context.Context, id commonids.ResourceGroupId) (ListCompleteResult, error) + func (c PublicIPPrefixesClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListCompleteResult, err error) + func (c PublicIPPrefixesClient) UpdateTags(ctx context.Context, id PublicIPPrefixId, input TagsObject) (result UpdateTagsOperationResponse, err error) + type ReferencedPublicIPAddress struct + Id *string + type SubResource struct + Id *string + type TagsObject struct + Tags *map[string]string + type UpdateTagsOperationResponse struct + HttpResponse *http.Response + Model *PublicIPPrefix + OData *odata.OData