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 PossibleValuesForSshEncryptionTypes() []string + func ValidateSshPublicKeyID(input interface{}, key string) (warnings []string, errors []error) + type CreateOperationResponse struct + HttpResponse *http.Response + Model *SshPublicKeyResource + OData *odata.OData + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type GenerateKeyPairOperationResponse struct + HttpResponse *http.Response + Model *SshPublicKeyGenerateKeyPairResult + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *SshPublicKeyResource + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []SshPublicKeyResource + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]SshPublicKeyResource + OData *odata.OData + type ListBySubscriptionCompleteResult struct + Items []SshPublicKeyResource + LatestHttpResponse *http.Response + type ListBySubscriptionCustomPager struct + NextLink *odata.Link + func (p *ListBySubscriptionCustomPager) NextPageLink() *odata.Link + type ListBySubscriptionOperationResponse struct + HttpResponse *http.Response + Model *[]SshPublicKeyResource + OData *odata.OData + type SshEncryptionTypes string + const SshEncryptionTypesEdTwoFiveFiveOneNine + const SshEncryptionTypesRSA + func (s *SshEncryptionTypes) UnmarshalJSON(bytes []byte) error + type SshGenerateKeyPairInputParameters struct + EncryptionType *SshEncryptionTypes + type SshPublicKeyGenerateKeyPairResult struct + Id string + PrivateKey string + PublicKey string + type SshPublicKeyId struct + ResourceGroupName string + SshPublicKeyName string + SubscriptionId string + func NewSshPublicKeyID(subscriptionId string, resourceGroupName string, sshPublicKeyName string) SshPublicKeyId + func ParseSshPublicKeyID(input string) (*SshPublicKeyId, error) + func ParseSshPublicKeyIDInsensitively(input string) (*SshPublicKeyId, error) + func (id *SshPublicKeyId) FromParseResult(input resourceids.ParseResult) error + func (id SshPublicKeyId) ID() string + func (id SshPublicKeyId) Segments() []resourceids.Segment + func (id SshPublicKeyId) String() string + type SshPublicKeyResource struct + Id *string + Location string + Name *string + Properties *SshPublicKeyResourceProperties + Tags *map[string]string + Type *string + type SshPublicKeyResourceOperationPredicate struct + Id *string + Location *string + Name *string + Type *string + func (p SshPublicKeyResourceOperationPredicate) Matches(input SshPublicKeyResource) bool + type SshPublicKeyResourceProperties struct + PublicKey *string + type SshPublicKeyUpdateResource struct + Properties *SshPublicKeyResourceProperties + Tags *map[string]string + type SshPublicKeysClient struct + Client *resourcemanager.Client + func NewSshPublicKeysClientWithBaseURI(sdkApi sdkEnv.Api) (*SshPublicKeysClient, error) + func (c SshPublicKeysClient) Create(ctx context.Context, id SshPublicKeyId, input SshPublicKeyResource) (result CreateOperationResponse, err error) + func (c SshPublicKeysClient) Delete(ctx context.Context, id SshPublicKeyId) (result DeleteOperationResponse, err error) + func (c SshPublicKeysClient) GenerateKeyPair(ctx context.Context, id SshPublicKeyId, ...) (result GenerateKeyPairOperationResponse, err error) + func (c SshPublicKeysClient) Get(ctx context.Context, id SshPublicKeyId) (result GetOperationResponse, err error) + func (c SshPublicKeysClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c SshPublicKeysClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c SshPublicKeysClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c SshPublicKeysClient) ListBySubscription(ctx context.Context, id commonids.SubscriptionId) (result ListBySubscriptionOperationResponse, err error) + func (c SshPublicKeysClient) ListBySubscriptionComplete(ctx context.Context, id commonids.SubscriptionId) (ListBySubscriptionCompleteResult, error) + func (c SshPublicKeysClient) ListBySubscriptionCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListBySubscriptionCompleteResult, err error) + func (c SshPublicKeysClient) Update(ctx context.Context, id SshPublicKeyId, input SshPublicKeyUpdateResource) (result UpdateOperationResponse, err error) + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *SshPublicKeyResource + OData *odata.OData