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 PossibleValuesForPolicyScopeContract() []string + func ValidateServiceID(input interface{}, key string) (warnings []string, errors []error) + type ListByServiceOperationOptions struct + Scope *PolicyScopeContract + func DefaultListByServiceOperationOptions() ListByServiceOperationOptions + func (o ListByServiceOperationOptions) ToHeaders() *client.Headers + func (o ListByServiceOperationOptions) ToOData() *odata.Query + func (o ListByServiceOperationOptions) ToQuery() *client.QueryParams + type ListByServiceOperationResponse struct + HttpResponse *http.Response + Model *PolicyDescriptionCollection + OData *odata.OData + type PolicyDescriptionClient struct + Client *resourcemanager.Client + func NewPolicyDescriptionClientWithBaseURI(sdkApi sdkEnv.Api) (*PolicyDescriptionClient, error) + func (c PolicyDescriptionClient) ListByService(ctx context.Context, id ServiceId, options ListByServiceOperationOptions) (result ListByServiceOperationResponse, err error) + type PolicyDescriptionCollection struct + Count *int64 + Value *[]PolicyDescriptionContract + type PolicyDescriptionContract struct + Id *string + Name *string + Properties *PolicyDescriptionContractProperties + Type *string + type PolicyDescriptionContractProperties struct + Description *string + Scope *int64 + type PolicyScopeContract string + const PolicyScopeContractAll + const PolicyScopeContractApi + const PolicyScopeContractOperation + const PolicyScopeContractProduct + const PolicyScopeContractTenant + func (s *PolicyScopeContract) UnmarshalJSON(bytes []byte) error + type ServiceId struct + ResourceGroupName string + ServiceName string + SubscriptionId string + func NewServiceID(subscriptionId string, resourceGroupName string, serviceName string) ServiceId + func ParseServiceID(input string) (*ServiceId, error) + func ParseServiceIDInsensitively(input string) (*ServiceId, error) + func (id *ServiceId) FromParseResult(input resourceids.ParseResult) error + func (id ServiceId) ID() string + func (id ServiceId) Segments() []resourceids.Segment + func (id ServiceId) String() string