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 PossibleValuesForDeploymentState() []string + func ValidateApiID(input interface{}, key string) (warnings []string, errors []error) + func ValidateDeploymentID(input interface{}, key string) (warnings []string, errors []error) + type ApiId struct + ApiName string + ResourceGroupName string + ServiceName string + SubscriptionId string + WorkspaceName string + func NewApiID(subscriptionId string, resourceGroupName string, serviceName string, ...) ApiId + func ParseApiID(input string) (*ApiId, error) + func ParseApiIDInsensitively(input string) (*ApiId, error) + func (id *ApiId) FromParseResult(input resourceids.ParseResult) error + func (id ApiId) ID() string + func (id ApiId) Segments() []resourceids.Segment + func (id ApiId) String() string + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *Deployment + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type Deployment struct + Id *string + Name *string + Properties *DeploymentProperties + SystemData *systemdata.SystemData + Type *string + type DeploymentId struct + ApiName string + DeploymentName string + ResourceGroupName string + ServiceName string + SubscriptionId string + WorkspaceName string + func NewDeploymentID(subscriptionId string, resourceGroupName string, serviceName string, ...) DeploymentId + func ParseDeploymentID(input string) (*DeploymentId, error) + func ParseDeploymentIDInsensitively(input string) (*DeploymentId, error) + func (id *DeploymentId) FromParseResult(input resourceids.ParseResult) error + func (id DeploymentId) ID() string + func (id DeploymentId) Segments() []resourceids.Segment + func (id DeploymentId) String() string + type DeploymentOperationPredicate struct + Id *string + Name *string + Type *string + func (p DeploymentOperationPredicate) Matches(input Deployment) bool + type DeploymentProperties struct + CustomProperties *interface{} + DefinitionId *string + Description *string + EnvironmentId *string + Server *DeploymentServer + State *DeploymentState + Title *string + type DeploymentServer struct + RuntimeUri *[]string + type DeploymentState string + const DeploymentStateActive + const DeploymentStateInactive + func (s *DeploymentState) UnmarshalJSON(bytes []byte) error + type DeploymentsClient struct + Client *resourcemanager.Client + func NewDeploymentsClientWithBaseURI(sdkApi sdkEnv.Api) (*DeploymentsClient, error) + func (c DeploymentsClient) CreateOrUpdate(ctx context.Context, id DeploymentId, input Deployment) (result CreateOrUpdateOperationResponse, err error) + func (c DeploymentsClient) Delete(ctx context.Context, id DeploymentId) (result DeleteOperationResponse, err error) + func (c DeploymentsClient) Get(ctx context.Context, id DeploymentId) (result GetOperationResponse, err error) + func (c DeploymentsClient) Head(ctx context.Context, id DeploymentId) (result HeadOperationResponse, err error) + func (c DeploymentsClient) List(ctx context.Context, id ApiId, options ListOperationOptions) (result ListOperationResponse, err error) + func (c DeploymentsClient) ListComplete(ctx context.Context, id ApiId, options ListOperationOptions) (ListCompleteResult, error) + func (c DeploymentsClient) ListCompleteMatchingPredicate(ctx context.Context, id ApiId, options ListOperationOptions, ...) (result ListCompleteResult, err error) + type GetOperationResponse struct + HttpResponse *http.Response + Model *Deployment + OData *odata.OData + type HeadOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type ListCompleteResult struct + Items []Deployment + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListOperationOptions struct + Filter *string + func DefaultListOperationOptions() ListOperationOptions + func (o ListOperationOptions) ToHeaders() *client.Headers + func (o ListOperationOptions) ToOData() *odata.Query + func (o ListOperationOptions) ToQuery() *client.QueryParams + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]Deployment + OData *odata.OData