Microsoft.Azure.Commands.Profile.DisableAzureRmDataCollectionCommand.ExecuteCmdlet C# (CSharp) 메소드

ExecuteCmdlet() 공개 메소드

public ExecuteCmdlet ( ) : void
리턴 void
        public override void ExecuteCmdlet()
        {
            if (ShouldProcess(Resources.DisableDataCollection, Resources.DataCollectionDisabledWarning, string.Empty))
            {
                SetDataCollectionProfile(false);
            }
        }
    }
DisableAzureRmDataCollectionCommand